Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.cache.store |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheManager
Interface for managing cached pages.
|
interface |
PageMetaStore
The metadata store for pages stored in cache.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheManagerWithShadowCache
A wrapper class of CacheManager with shadow cache.
|
class |
DefaultPageMetaStore
The default implementation of a metadata store for pages stored in cache.
|
class |
LocalCacheManager
A class to manage & serve cached pages.
|
class |
NoExceptionCacheManager
A wrapper class of CacheManager without throwing unchecked exceptions.
|
class |
QuotaPageMetaStore
A metastore implementation that tracking usage associated with each cache scope.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PageStoreDir
Directory of page store.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalPageStoreDir |
class |
MemoryPageStoreDir
Represents the dir and file level metadata of the MemPageStore.
|
Copyright © 2023. All Rights Reserved.