public class DefaultCacheFilter extends Object implements CacheFilter
Constructor and Description |
---|
DefaultCacheFilter(AlluxioConfiguration conf,
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, wait
create
public DefaultCacheFilter(AlluxioConfiguration conf, String cacheConfigFile)
conf
- the Alluxio ConfigurationcacheConfigFile
- the cache config gilespublic boolean needsCache(URIStatus uriStatus)
needsCache
in interface CacheFilter
uriStatus
- the uriCopyright © 2023. All Rights Reserved.