Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
BlockInfo.deepCopy() |
BlockInfo |
GetBlockInfoTResponse.getBlockInfo() |
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 |
---|---|
int |
BlockInfo.compareTo(BlockInfo other) |
boolean |
BlockInfo.equals(BlockInfo that) |
GetBlockInfoTResponse |
GetBlockInfoTResponse.setBlockInfo(BlockInfo blockInfo) |
FileBlockInfo |
FileBlockInfo.setBlockInfo(BlockInfo blockInfo) |
Constructor and Description |
---|
BlockInfo(BlockInfo other)
Performs a deep copy on other.
|
FileBlockInfo(BlockInfo blockInfo,
long offset,
List<WorkerNetAddress> ufsLocations,
List<String> ufsStringLocations) |
GetBlockInfoTResponse(BlockInfo blockInfo) |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
BlockInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static BlockInfo |
BlockInfo.fromThrift(BlockInfo blockInfo)
Creates a new instance of
BlockInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.