Package | Description |
---|---|
alluxio.client.block | |
alluxio.client.block.stream | |
alluxio.client.file.options | |
alluxio.master.block | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
RetryHandlingBlockMasterClient.getBlockInfo(long blockId)
Returns the
BlockInfo for a block id. |
BlockInfo |
BlockMasterClient.getBlockInfo(long blockId)
Returns the
BlockInfo for a block id. |
BlockInfo |
AlluxioBlockStore.getInfo(long blockId)
Gets the block info of a block, if it exists.
|
Modifier and Type | Method and Description |
---|---|
static BlockInStream |
BlockInStream.create(FileSystemContext context,
BlockInfo info,
WorkerNetAddress dataSource,
BlockInStream.BlockInStreamSource dataSourceType,
InStreamOptions options)
Creates a
BlockInStream . |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
InStreamOptions.getBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
DefaultBlockMaster.getBlockInfo(long blockId) |
BlockInfo |
BlockMaster.getBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
List<BlockInfo> |
DefaultBlockMaster.getBlockInfoList(List<Long> blockIds) |
List<BlockInfo> |
BlockMaster.getBlockInfoList(List<Long> blockIds)
Retrieves information for the given list of block ids.
|
Modifier and Type | Method and Description |
---|---|
static BlockInfo |
BlockInfo.fromThrift(BlockInfo blockInfo)
Creates a new instance of
BlockInfo from a thrift representation. |
BlockInfo |
FileBlockInfo.getBlockInfo() |
BlockInfo |
BlockInfo.setBlockId(long blockId) |
BlockInfo |
BlockInfo.setLength(long length) |
BlockInfo |
BlockInfo.setLocations(List<BlockLocation> locations) |
Modifier and Type | Method and Description |
---|---|
FileBlockInfo |
FileBlockInfo.setBlockInfo(BlockInfo blockInfo) |
Copyright © 2023. All Rights Reserved.