Package | Description |
---|---|
alluxio.client.block | |
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.grpc | |
alluxio.master.block | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
RetryHandlingBlockMasterClient.getBlockInfo(long blockId) |
BlockInfo |
BlockMasterClient.getBlockInfo(long blockId)
Returns the
BlockInfo for a block id. |
BlockInfo |
BlockStoreClient.getInfo(long blockId)
Gets the block info of a block, if it exists.
|
Modifier and Type | Method and Description |
---|---|
BlockInfo |
URIStatus.getBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
InStreamOptions.getBlockInfo(long blockId) |
Modifier and Type | Method and Description |
---|---|
static BlockInfo |
GrpcUtils.fromProto(BlockInfo blockPInfo)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static BlockInfo |
GrpcUtils.toProto(BlockInfo blockInfo)
Converts wire type to proto type.
|
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 |
---|---|
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.