Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
BlockMasterInfo |
BlockMasterInfo.deepCopy() |
BlockMasterInfo |
GetBlockMasterInfoTResponse.getBlockMasterInfo() |
BlockMasterInfo |
BlockMasterInfo.setCapacityBytes(long capacityBytes) |
BlockMasterInfo |
BlockMasterInfo.setCapacityBytesOnTiers(Map<String,Long> capacityBytesOnTiers) |
BlockMasterInfo |
BlockMasterInfo.setFreeBytes(long freeBytes) |
BlockMasterInfo |
BlockMasterInfo.setLiveWorkerNum(int liveWorkerNum) |
BlockMasterInfo |
BlockMasterInfo.setLostWorkerNum(int lostWorkerNum) |
BlockMasterInfo |
BlockMasterInfo.setUsedBytes(long usedBytes) |
BlockMasterInfo |
BlockMasterInfo.setUsedBytesOnTiers(Map<String,Long> usedBytesOnTiers) |
Modifier and Type | Method and Description |
---|---|
int |
BlockMasterInfo.compareTo(BlockMasterInfo other) |
boolean |
BlockMasterInfo.equals(BlockMasterInfo that) |
GetBlockMasterInfoTResponse |
GetBlockMasterInfoTResponse.setBlockMasterInfo(BlockMasterInfo blockMasterInfo) |
Constructor and Description |
---|
BlockMasterInfo(BlockMasterInfo other)
Performs a deep copy on other.
|
GetBlockMasterInfoTResponse(BlockMasterInfo blockMasterInfo) |
Modifier and Type | Method and Description |
---|---|
protected BlockMasterInfo |
BlockMasterInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static BlockMasterInfo |
BlockMasterInfo.fromThrift(BlockMasterInfo info)
Creates a new instance of
BlockMasterInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.