Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.evictor | |
alluxio.client.file.cache.store |
Modifier and Type | Method and Description |
---|---|
CacheEvictorOptions |
CacheManagerOptions.getCacheEvictorOptions() |
Modifier and Type | Method and Description |
---|---|
CacheManagerOptions |
CacheManagerOptions.setCacheEvictorOptions(CacheEvictorOptions cacheEvictorOptions) |
Constructor and Description |
---|
QuotaPageMetaStore(CacheEvictorOptions cacheEvictorOptions,
List<PageStoreDir> dirs) |
Modifier and Type | Method and Description |
---|---|
CacheEvictorOptions |
CacheEvictorOptions.setEvictorClass(Class<? extends CacheEvictor> evictorClass) |
CacheEvictorOptions |
CacheEvictorOptions.setIsNondeterministic(boolean isNondeterministic) |
CacheEvictorOptions |
CacheEvictorOptions.setLFULogBase(double logBase) |
Modifier and Type | Method and Description |
---|---|
static CacheEvictor |
CacheEvictor.create(CacheEvictorOptions options) |
Constructor and Description |
---|
FIFOCacheEvictor(CacheEvictorOptions options)
Required constructor.
|
LFUCacheEvictor(CacheEvictorOptions options)
Required constructor.
|
LRUCacheEvictor(CacheEvictorOptions options)
Constructor.
|
NondeterministicLRUCacheEvictor(CacheEvictorOptions options)
Consturctor.
|
TwoChoiceRandomEvictor(CacheEvictorOptions options)
Constructor.
|
UnevictableCacheEvictor(CacheEvictorOptions options)
Required constructor.
|
Modifier and Type | Method and Description |
---|---|
static PageStoreDir |
PageStoreDir.createPageStoreDir(CacheEvictorOptions cacheEvictorOptions,
PageStoreOptions pageStoreOptions)
Create an instance of PageStoreDir.
|
Copyright © 2023. All Rights Reserved.