Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
GetMasterIdTResponse |
MetaMasterMasterServiceHandler.getMasterId(MasterNetAddress address,
GetMasterIdTOptions options) |
Modifier and Type | Method and Description |
---|---|
MasterNetAddress |
MasterNetAddress.deepCopy() |
MasterNetAddress |
MetaMasterMasterService.getMasterId_args.getMasterAddress()
the master address
|
MasterNetAddress |
MasterNetAddress.setHost(String host) |
MasterNetAddress |
MasterNetAddress.setRpcPort(int rpcPort) |
Modifier and Type | Method and Description |
---|---|
List<MasterNetAddress> |
MasterInfo.getMasterAddresses() |
Iterator<MasterNetAddress> |
MasterInfo.getMasterAddressesIterator() |
List<MasterNetAddress> |
MasterInfo.getWorkerAddresses() |
Iterator<MasterNetAddress> |
MasterInfo.getWorkerAddressesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
MasterInfo.addToMasterAddresses(MasterNetAddress elem) |
void |
MasterInfo.addToWorkerAddresses(MasterNetAddress elem) |
int |
MasterNetAddress.compareTo(MasterNetAddress other) |
boolean |
MasterNetAddress.equals(MasterNetAddress 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.setMasterAddress(MasterNetAddress masterAddress)
the master address
|
Modifier and Type | Method and Description |
---|---|
MasterInfo |
MasterInfo.setMasterAddresses(List<MasterNetAddress> masterAddresses) |
MasterInfo |
MasterInfo.setWorkerAddresses(List<MasterNetAddress> workerAddresses) |
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) |
MasterNetAddress(MasterNetAddress other)
Performs a deep copy on other.
|
Constructor and Description |
---|
MasterInfo(String leaderMasterAddress,
List<MasterNetAddress> masterAddresses,
int rpcPort,
boolean safeMode,
long startTimeMs,
long upTimeMs,
String version,
int webPort,
List<MasterNetAddress> workerAddresses,
List<String> zookeeperAddresses) |
MasterInfo(String leaderMasterAddress,
List<MasterNetAddress> masterAddresses,
int rpcPort,
boolean safeMode,
long startTimeMs,
long upTimeMs,
String version,
int webPort,
List<MasterNetAddress> workerAddresses,
List<String> zookeeperAddresses) |
Modifier and Type | Method and Description |
---|---|
MasterNetAddress |
Address.toThrift() |
Modifier and Type | Method and Description |
---|---|
static Address |
Address.fromThrift(MasterNetAddress address)
Creates a new instance of
Address from thrift representation. |
Constructor and Description |
---|
Address(MasterNetAddress masterAddress)
Creates a new instance of
Address from thrift representation. |
Copyright © 2023. All Rights Reserved.