Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.page |
Modifier and Type | Method and Description |
---|---|
static UnderFileSystemBlockReader |
UnderFileSystemBlockReader.create(UnderFileSystemBlockMeta blockMeta,
long offset,
boolean positionShort,
LocalBlockStore localBlockStore,
UfsManager.UfsClient ufsClient,
UfsInputStreamCache ufsInStreamCache,
com.codahale.metrics.Counter ufsBytesRead,
com.codahale.metrics.Meter ufsBytesReadThroughput)
Creates an instance of
UnderFileSystemBlockReader and initializes it with a reading
offset. |
Constructor and Description |
---|
PagedBlockReader(CacheManager cacheManager,
UfsManager ufsManager,
UfsInputStreamCache ufsInStreamCache,
AlluxioConfiguration conf,
long blockId,
Protocol.OpenUfsBlockOptions ufsBlockOptions)
Constructor for PagedBlockReader.
|
Copyright © 2023. All Rights Reserved.