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