Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.worker.page |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPageMetaStore
The default implementation of a metadata store for pages stored in cache.
|
class |
QuotaPageMetaStore
A metastore implementation that tracking usage associated with each cache scope.
|
Modifier and Type | Method and Description |
---|---|
static PageMetaStore |
PageMetaStore.create(CacheManagerOptions options) |
Modifier and Type | Method and Description |
---|---|
static CacheManager |
CacheManager.Factory.create(AlluxioConfiguration conf,
CacheManagerOptions options,
PageMetaStore pageMetaStore) |
static LocalCacheManager |
LocalCacheManager.create(CacheManagerOptions options,
PageMetaStore pageMetaStore) |
Modifier and Type | Class and Description |
---|---|
class |
PagedBlockMetaStore
This class manages metadata for the paged block store.
|
Copyright © 2023. All Rights Reserved.