public static interface BlockMasterClientService.Iface extends AlluxioService.Iface
Modifier and Type | Method and Description |
---|---|
GetBlockInfoTResponse |
getBlockInfo(long blockId,
GetBlockInfoTOptions options)
Returns the block information for the given block id.
|
GetBlockMasterInfoTResponse |
getBlockMasterInfo(GetBlockMasterInfoTOptions options)
Returns block master information.
|
GetCapacityBytesTResponse |
getCapacityBytes(GetCapacityBytesTOptions options)
Returns the capacity (in bytes).
|
GetUsedBytesTResponse |
getUsedBytes(GetUsedBytesTOptions options)
Returns the used storage (in bytes).
|
GetWorkerInfoListTResponse |
getWorkerInfoList(GetWorkerInfoListTOptions options)
Returns a list of workers information.
|
GetWorkerInfoListTResponse |
getWorkerReport(GetWorkerReportTOptions options)
Returns a list of workers information for report CLI.
|
getServiceVersion
GetBlockInfoTResponse getBlockInfo(long blockId, GetBlockInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
blockId
- the id of the blockoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
GetBlockMasterInfoTResponse getBlockMasterInfo(GetBlockMasterInfoTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetCapacityBytesTResponse getCapacityBytes(GetCapacityBytesTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetUsedBytesTResponse getUsedBytes(GetUsedBytesTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetWorkerInfoListTResponse getWorkerInfoList(GetWorkerInfoListTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
GetWorkerInfoListTResponse getWorkerReport(GetWorkerReportTOptions options) throws AlluxioTException, org.apache.thrift.TException
options
- the method optionsAlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.