Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
MasterInfo |
MasterInfo.deepCopy() |
MasterInfo |
GetMasterInfoTResponse.getMasterInfo() |
MasterInfo |
MasterInfo.setLeaderMasterAddress(String leaderMasterAddress) |
MasterInfo |
MasterInfo.setMasterAddresses(List<MasterNetAddress> masterAddresses) |
MasterInfo |
MasterInfo.setRpcPort(int rpcPort) |
MasterInfo |
MasterInfo.setSafeMode(boolean safeMode) |
MasterInfo |
MasterInfo.setStartTimeMs(long startTimeMs) |
MasterInfo |
MasterInfo.setUpTimeMs(long upTimeMs) |
MasterInfo |
MasterInfo.setVersion(String version) |
MasterInfo |
MasterInfo.setWebPort(int webPort) |
MasterInfo |
MasterInfo.setWorkerAddresses(List<MasterNetAddress> workerAddresses) |
MasterInfo |
MasterInfo.setZookeeperAddresses(List<String> zookeeperAddresses) |
Modifier and Type | Method and Description |
---|---|
int |
MasterInfo.compareTo(MasterInfo other) |
boolean |
MasterInfo.equals(MasterInfo that) |
GetMasterInfoTResponse |
GetMasterInfoTResponse.setMasterInfo(MasterInfo masterInfo) |
Constructor and Description |
---|
GetMasterInfoTResponse(MasterInfo masterInfo) |
MasterInfo(MasterInfo other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
protected MasterInfo |
MasterInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static MasterInfo |
MasterInfo.fromThrift(MasterInfo masterInfo)
Creates a new instance of
MasterInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.