Package | Description |
---|---|
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoTResponse |
BlockMasterClientServiceHandler.getBlockMasterInfo(GetBlockMasterInfoTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoTResponse |
GetBlockMasterInfoTResponse.deepCopy() |
GetBlockMasterInfoTResponse |
BlockMasterClientService.Iface.getBlockMasterInfo(GetBlockMasterInfoTOptions options)
Returns block master information.
|
GetBlockMasterInfoTResponse |
BlockMasterClientService.Client.getBlockMasterInfo(GetBlockMasterInfoTOptions options) |
GetBlockMasterInfoTResponse |
BlockMasterClientService.AsyncClient.getBlockMasterInfo_call.getResult() |
GetBlockMasterInfoTResponse |
BlockMasterClientService.getBlockMasterInfo_result.getSuccess() |
GetBlockMasterInfoTResponse |
BlockMasterClientService.Client.recv_getBlockMasterInfo() |
GetBlockMasterInfoTResponse |
GetBlockMasterInfoTResponse.setBlockMasterInfo(BlockMasterInfo blockMasterInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetBlockMasterInfoTResponse> |
BlockMasterClientService.AsyncProcessor.getBlockMasterInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetBlockMasterInfoTResponse.compareTo(GetBlockMasterInfoTResponse other) |
boolean |
GetBlockMasterInfoTResponse.equals(GetBlockMasterInfoTResponse that) |
BlockMasterClientService.getBlockMasterInfo_result |
BlockMasterClientService.getBlockMasterInfo_result.setSuccess(GetBlockMasterInfoTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientService.AsyncProcessor.getBlockMasterInfo.start(I iface,
BlockMasterClientService.getBlockMasterInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<GetBlockMasterInfoTResponse> resultHandler) |
Constructor and Description |
---|
getBlockMasterInfo_result(GetBlockMasterInfoTResponse success,
AlluxioTException e) |
GetBlockMasterInfoTResponse(GetBlockMasterInfoTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.