Package | Description |
---|---|
alluxio.worker.block |
Modifier and Type | Class and Description |
---|---|
class |
TieredBlockStore
This class represents an object store that manages all the blocks in the local tiered storage.
|
Modifier and Type | Method and Description |
---|---|
BlockStore |
DefaultBlockWorker.getBlockStore() |
BlockStore |
BlockWorker.getBlockStore() |
Modifier and Type | Method and Description |
---|---|
static UnderFileSystemBlockReader |
UnderFileSystemBlockReader.create(UnderFileSystemBlockMeta blockMeta,
long offset,
boolean positionShort,
BlockStore localBlockStore,
UfsManager ufsManager,
UfsInputStreamManager ufsInstreamManager)
Creates an instance of
UnderFileSystemBlockReader and initializes it with a reading
offset. |
Constructor and Description |
---|
UnderFileSystemBlockStore(BlockStore localBlockStore,
UfsManager ufsManager)
Creates an instance of
UnderFileSystemBlockStore . |
Copyright © 2023. All Rights Reserved.