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 |
---|
PagedUfsBlockReader(UfsManager ufsManager,
UfsInputStreamCache ufsInStreamCache,
BlockMeta blockMeta,
long offset,
UfsBlockReadOptions ufsBlockReadOptions,
long pageSize) |
Copyright © 2023. All Rights Reserved.