Package | Description |
---|---|
alluxio.client.file.cache | |
alluxio.client.file.dora |
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) |
Modifier and Type | Method and Description |
---|---|
DoraCachePositionReader |
DoraCacheClient.createNettyPositionReader(URIStatus status,
Protocol.OpenUfsBlockOptions ufsOptions,
Optional<CloseableSupplier<PositionReader>> externalPositionReader) |
Constructor and Description |
---|
DoraCachePositionReader(PositionReader dataReader,
long length,
Optional<CloseableSupplier<PositionReader>> fallbackReader) |
Copyright © 2023. All Rights Reserved.