Class ClusterNodeDetailsImpl
java.lang.Object
com.atlassian.crowd.manager.cluster.ClusterNodeDetailsImpl
- All Implemented Interfaces:
ClusterNodeDetails
-
Constructor Details
-
ClusterNodeDetailsImpl
-
-
Method Details
-
getIpAddress
- Specified by:
getIpAddress
in interfaceClusterNodeDetails
- Returns:
- a string representation of the cluster node's host ip address
-
getHostname
- Specified by:
getHostname
in interfaceClusterNodeDetails
- Returns:
- the hostname of the cluster host
-
getCurrentHeapSize
- Specified by:
getCurrentHeapSize
in interfaceClusterNodeDetails
- Returns:
- the current allocated heap size of the node's JVM, in bytes
-
getMaxHeapSize
- Specified by:
getMaxHeapSize
in interfaceClusterNodeDetails
- Returns:
- the max heap size of the node's JVM, in bytes
-
getAverageLoad
- Specified by:
getAverageLoad
in interfaceClusterNodeDetails
- Returns:
- an estimate of the average cpu load of the node, over the last minute, or none if not available
-
getUptime
- Specified by:
getUptime
in interfaceClusterNodeDetails
- Returns:
- the uptime of the node
-
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-