public class ClusterInfoEntity extends Object
Modifier | Constructor and Description |
---|---|
protected |
ClusterInfoEntity() |
|
ClusterInfoEntity(String nodeId,
String ipAddress,
String hostname,
Long currentHeap,
Long maxHeap,
Double loadAverage,
Long uptime,
long infoTimestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCurrentHeap() |
String |
getHostname() |
long |
getInfoTimestamp() |
String |
getIpAddress() |
Double |
getLoadAverage() |
Long |
getMaxHeap() |
String |
getNodeId() |
Long |
getUptime() |
int |
hashCode() |
protected void |
setCurrentHeap(Long currentHeap) |
protected void |
setHostname(String hostname) |
protected void |
setInfoTimestamp(long infoTimestamp) |
protected void |
setIpAddress(String ipAddress) |
protected void |
setLoadAverage(Double loadAverage) |
protected void |
setMaxHeap(Long maxHeap) |
protected void |
setNodeId(String nodeId) |
protected void |
setUptime(Long uptime) |
String |
toString() |
public String getNodeId()
protected void setNodeId(String nodeId)
public String getIpAddress()
protected void setIpAddress(String ipAddress)
public String getHostname()
protected void setHostname(String hostname)
public Long getCurrentHeap()
protected void setCurrentHeap(Long currentHeap)
public Long getMaxHeap()
protected void setMaxHeap(Long maxHeap)
public Double getLoadAverage()
protected void setLoadAverage(Double loadAverage)
public Long getUptime()
protected void setUptime(Long uptime)
public long getInfoTimestamp()
protected void setInfoTimestamp(long infoTimestamp)
Copyright © 2021 Atlassian. All rights reserved.