Package | Description |
---|---|
alluxio.master.file.meta | |
alluxio.underfs |
Modifier and Type | Class and Description |
---|---|
class |
AsyncUfsAbsentPathCache
This is a
UfsAbsentPathCache which implements asynchronous addition and removal to the
cache, since the processing of the path may be slow. |
class |
NoopUfsAbsentPathCache
This is a noop version of
UfsAbsentPathCache . |
Modifier and Type | Method and Description |
---|---|
static UfsAbsentPathCache |
UfsAbsentPathCache.Factory.create(MountTable mountTable) |
Constructor and Description |
---|
UfsStatusCache(ExecutorService prefetchExecutor,
UfsAbsentPathCache absentPathCache,
long cacheValidTime)
Create a new instance of
UfsStatusCache . |
Copyright © 2023. All Rights Reserved.