Package | Description |
---|---|
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoTResponse |
BlockMasterClientServiceHandler.getBlockMasterInfo(GetBlockMasterInfoTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetBlockMasterInfoTOptions |
GetBlockMasterInfoTOptions.deepCopy() |
GetBlockMasterInfoTOptions |
BlockMasterClientService.getBlockMasterInfo_args.getOptions()
the method options
|
GetBlockMasterInfoTOptions |
GetBlockMasterInfoTOptions.setFilter(Set<BlockMasterInfoField> filter) |
Modifier and Type | Method and Description |
---|---|
int |
GetBlockMasterInfoTOptions.compareTo(GetBlockMasterInfoTOptions other) |
boolean |
GetBlockMasterInfoTOptions.equals(GetBlockMasterInfoTOptions that) |
GetBlockMasterInfoTResponse |
BlockMasterClientService.Iface.getBlockMasterInfo(GetBlockMasterInfoTOptions options)
Returns block master information.
|
GetBlockMasterInfoTResponse |
BlockMasterClientService.Client.getBlockMasterInfo(GetBlockMasterInfoTOptions options) |
void |
BlockMasterClientService.AsyncIface.getBlockMasterInfo(GetBlockMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.AsyncClient.getBlockMasterInfo(GetBlockMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterClientService.Client.send_getBlockMasterInfo(GetBlockMasterInfoTOptions options) |
BlockMasterClientService.getBlockMasterInfo_args |
BlockMasterClientService.getBlockMasterInfo_args.setOptions(GetBlockMasterInfoTOptions options)
the method options
|
Constructor and Description |
---|
getBlockMasterInfo_args(GetBlockMasterInfoTOptions options) |
getBlockMasterInfo_call(GetBlockMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetBlockMasterInfoTOptions(GetBlockMasterInfoTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.