public interface UfsAbsentPathCache
Modifier and Type | Interface and Description |
---|---|
static class |
UfsAbsentPathCache.Factory
Factory class for
UfsAbsentPathCache . |
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,
List<Inode> prefixInodes)
Processes the given path for the cache.
|
void |
processExisting(AlluxioURI path)
Processes the given path that already exists.
|
void process(AlluxioURI path, List<Inode> prefixInodes)
path
- the path to process for the cacheprefixInodes
- the existing inodes for the path prefixvoid processExisting(AlluxioURI path)
path
- the path to process for the cacheboolean isAbsent(AlluxioURI path)
path
- the path to checkCopyright © 2023. All Rights Reserved.