@ThreadSafe public final class NoopUfsAbsentPathCache extends java.lang.Object implements UfsAbsentPathCache
UfsAbsentPathCache.UfsAbsentPathCache.Factory| Constructor and Description |
|---|
NoopUfsAbsentPathCache()
Creates a new instance of
NoopUfsAbsentPathCache. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbsent(AlluxioURI path)
Returns true if the given path is absent, according to this cache.
|
void |
process(AlluxioURI path,
java.util.List<Inode> prefixInodes)
Processes the given path for the cache.
|
void |
processExisting(AlluxioURI path)
Processes the given path that already exists.
|
public NoopUfsAbsentPathCache()
NoopUfsAbsentPathCache.public void process(AlluxioURI path, java.util.List<Inode> prefixInodes)
UfsAbsentPathCacheprocess in interface UfsAbsentPathCachepath - the path to process for the cacheprefixInodes - the existing inodes for the path prefixpublic void processExisting(AlluxioURI path)
UfsAbsentPathCacheprocessExisting in interface UfsAbsentPathCachepath - the path to process for the cachepublic boolean isAbsent(AlluxioURI path)
UfsAbsentPathCacheisAbsent in interface UfsAbsentPathCachepath - the path to checkCopyright © 2019. All Rights Reserved.