Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetMasterIdTResponse |
MetaMasterMasterServiceHandler.getMasterId(MasterNetAddress address,
GetMasterIdTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetMasterIdTOptions |
GetMasterIdTOptions.deepCopy() |
GetMasterIdTOptions |
MetaMasterMasterService.getMasterId_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetMasterIdTOptions.compareTo(GetMasterIdTOptions other) |
boolean |
GetMasterIdTOptions.equals(GetMasterIdTOptions that) |
GetMasterIdTResponse |
MetaMasterMasterService.Iface.getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options)
Returns a master id for the given master address.
|
GetMasterIdTResponse |
MetaMasterMasterService.Client.getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options) |
void |
MetaMasterMasterService.AsyncIface.getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterMasterService.AsyncClient.getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterMasterService.Client.send_getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options) |
MetaMasterMasterService.getMasterId_args |
MetaMasterMasterService.getMasterId_args.setOptions(GetMasterIdTOptions options)
the method options
|
Constructor and Description |
---|
getMasterId_args(MasterNetAddress masterAddress,
GetMasterIdTOptions options) |
getMasterId_call(MasterNetAddress masterAddress,
GetMasterIdTOptions 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) |
GetMasterIdTOptions(GetMasterIdTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.