Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.evictor |
Constructor and Description |
---|
DefaultMetaStore(CacheEvictor evictor) |
Modifier and Type | Class and Description |
---|---|
class |
FIFOCacheEvictor
Implementation of Evictor using FIFO eviction policy.
|
class |
LFUCacheEvictor
LFU client-side cache eviction policy.
|
class |
LRUCacheEvictor
LRU client-side cache eviction policy.
|
class |
NondeterministicLRUCacheEvictor
LRU with non-deterministic cache eviction policy.
|
class |
UnevictableCacheEvictor
A client-side cache eviction policy that evicts nothing for debugging purposes.
|
Modifier and Type | Method and Description |
---|---|
static CacheEvictor |
CacheEvictor.create(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.