Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.worker.page |
Modifier and Type | Class and Description |
---|---|
class |
CacheManagerWithShadowCache
A wrapper class of CacheManager with shadow cache.
|
class |
LocalCacheManager
A class to manage & serve cached pages.
|
class |
NoExceptionCacheManager
A wrapper class of CacheManager without throwing unchecked exceptions.
|
Modifier and Type | Method and Description |
---|---|
static CacheManager |
CacheManager.Factory.create(AlluxioConfiguration conf) |
static CacheManager |
CacheManager.Factory.create(AlluxioConfiguration conf,
CacheManagerOptions options,
PageMetaStore pageMetaStore) |
static CacheManager |
CacheManager.Factory.get(AlluxioConfiguration conf) |
Constructor and Description |
---|
CacheManagerWithShadowCache(CacheManager cacheManager,
AlluxioConfiguration conf) |
LocalCacheFileInStream(URIStatus status,
LocalCacheFileInStream.FileInStreamOpener fileOpener,
CacheManager cacheManager,
AlluxioConfiguration conf)
Constructor when the
URIStatus is already available. |
LocalCacheFileSystem(CacheManager cacheManage,
FileSystem fs,
AlluxioConfiguration conf) |
NoExceptionCacheManager(CacheManager cacheManager) |
Constructor and Description |
---|
PagedBlockReader(CacheManager cacheManager,
PagedBlockMeta blockMeta,
long offset,
Optional<PagedUfsBlockReader> ufsBlockReader,
long pageSize)
Constructor for PagedBlockReader.
|
Copyright © 2023. All Rights Reserved.