public class DefaultCacheFilter extends java.lang.Object implements CacheFilter
| Constructor and Description |
|---|
DefaultCacheFilter(AlluxioConfiguration conf,
java.lang.String cacheConfigFile)
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
needsCache(URIStatus uriStatus)
The implementation of needsCache.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic DefaultCacheFilter(AlluxioConfiguration conf, java.lang.String cacheConfigFile)
conf - the Alluxio ConfigurationcacheConfigFile - the cache config gilespublic boolean needsCache(URIStatus uriStatus)
needsCache in interface CacheFilteruriStatus - the uriCopyright © 2022. All Rights Reserved.