public final class AlluxioJobMasterInfo extends Object
Constructor and Description |
---|
AlluxioJobMasterInfo()
Creates a new instance of
AlluxioJobMasterInfo . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getConfiguration() |
long |
getStartTimeMs() |
long |
getUptimeMs() |
String |
getVersion() |
List<WorkerInfo> |
getWorkers() |
int |
hashCode() |
AlluxioJobMasterInfo |
setConfiguration(Map<String,String> configuration) |
AlluxioJobMasterInfo |
setStartTimeMs(long startTimeMs) |
AlluxioJobMasterInfo |
setUptimeMs(long uptimeMs) |
AlluxioJobMasterInfo |
setVersion(String version) |
AlluxioJobMasterInfo |
setWorkers(List<WorkerInfo> workers) |
String |
toString() |
public AlluxioJobMasterInfo()
AlluxioJobMasterInfo
.public long getStartTimeMs()
public long getUptimeMs()
public String getVersion()
public List<WorkerInfo> getWorkers()
public AlluxioJobMasterInfo setConfiguration(Map<String,String> configuration)
configuration
- the configuration to usepublic AlluxioJobMasterInfo setStartTimeMs(long startTimeMs)
startTimeMs
- the start time to use (in milliseconds)public AlluxioJobMasterInfo setUptimeMs(long uptimeMs)
uptimeMs
- the uptime to use (in milliseconds)public AlluxioJobMasterInfo setVersion(String version)
version
- the version to usepublic AlluxioJobMasterInfo setWorkers(List<WorkerInfo> workers)
workers
- the list of workers to useCopyright © 2023. All Rights Reserved.