Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetMasterInfoTResponse |
MetaMasterClientServiceHandler.getMasterInfo(GetMasterInfoTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetMasterInfoTOptions |
GetMasterInfoTOptions.deepCopy() |
GetMasterInfoTOptions |
MetaMasterClientService.getMasterInfo_args.getOptions()
the method options
|
GetMasterInfoTOptions |
GetMasterInfoTOptions.setFilter(Set<MasterInfoField> filter) |
Modifier and Type | Method and Description |
---|---|
int |
GetMasterInfoTOptions.compareTo(GetMasterInfoTOptions other) |
boolean |
GetMasterInfoTOptions.equals(GetMasterInfoTOptions that) |
GetMasterInfoTResponse |
MetaMasterClientService.Iface.getMasterInfo(GetMasterInfoTOptions options)
Returns information about the master.
|
GetMasterInfoTResponse |
MetaMasterClientService.Client.getMasterInfo(GetMasterInfoTOptions options) |
void |
MetaMasterClientService.AsyncIface.getMasterInfo(GetMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.AsyncClient.getMasterInfo(GetMasterInfoTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterClientService.Client.send_getMasterInfo(GetMasterInfoTOptions options) |
MetaMasterClientService.getMasterInfo_args |
MetaMasterClientService.getMasterInfo_args.setOptions(GetMasterInfoTOptions options)
the method options
|
Constructor and Description |
---|
getMasterInfo_args(GetMasterInfoTOptions options) |
getMasterInfo_call(GetMasterInfoTOptions 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) |
GetMasterInfoTOptions(GetMasterInfoTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.