Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.worker.dora | |
alluxio.worker.http |
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) |
Modifier and Type | Method and Description |
---|---|
static LocalCachePositionReader |
LocalCachePositionReader.create(AlluxioConfiguration conf,
CacheManager cacheManager,
CloseableSupplier<PositionReader> fallbackReader,
URIStatus status,
long pageSize,
CacheContext cacheContext) |
static LocalCachePositionReader |
LocalCachePositionReader.create(CacheManager cacheManager,
CloseableSupplier<PositionReader> fallbackReader,
FileId fileId,
long fileSize,
long pageSize,
CacheContext cacheContext) |
Constructor and Description |
---|
CacheManagerWithShadowCache(CacheManager cacheManager,
AlluxioConfiguration conf) |
LocalCacheFileInStream(URIStatus status,
LocalCacheFileInStream.FileInStreamOpener fileOpener,
CacheManager cacheManager,
AlluxioConfiguration conf,
Optional<FileInStream> externalFileInStream)
Constructor when the
URIStatus is already available. |
LocalCacheFileSystem(CacheManager cacheManage,
FileSystem fs,
AlluxioConfiguration conf) |
NoExceptionCacheManager(CacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
static PagedFileReader |
PagedFileReader.create(AlluxioConfiguration conf,
CacheManager cacheManager,
UnderFileSystem ufs,
String fileId,
String ufsPath,
long fileSize,
long startPosition)
Creates a new
PagedFileReader . |
Constructor and Description |
---|
DoraMetaManager(AlluxioConfiguration conf,
PagedDoraWorker doraWorker,
CacheManager cacheManger,
DoraUfsManager ufsManager)
Creates a dora meta manager.
|
PagedDoraWorker(AtomicReference<Long> workerId,
WorkerIdentity identity,
AlluxioConfiguration conf,
CacheManager cacheManager,
MembershipManager membershipManager)
Constructor.
|
PagedDoraWorker(AtomicReference<Long> workerId,
WorkerIdentity identity,
AlluxioConfiguration conf,
CacheManager cacheManager,
MembershipManager membershipManager,
BlockMasterClientPool blockMasterClientPool,
FileSystemContext fileSystemContext) |
Constructor and Description |
---|
PagedService(CacheManager cacheManager)
PagedService is used for providing page related RESTful API service. |
Copyright © 2023. All Rights Reserved.