Class ClusterHealthElement
- java.lang.Object
-
- org.mases.datadistributionmanager.ClusterHealthElement
-
public class ClusterHealthElement extends java.lang.Object
Container of cluster instance information
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLastContactTime()
Last contact time of the instancelong
getServerId()
Server identifierDDM_INSTANCE_STATE
getStatus()
Instance statuslong
getUptime()
Instance uptime
-
-
-
Method Detail
-
getServerId
public long getServerId()
Server identifier- Returns:
- The server id
-
getStatus
public DDM_INSTANCE_STATE getStatus()
Instance status- Returns:
- The
DDM_INSTANCE_STATE
status
-
getUptime
public long getUptime()
Instance uptime- Returns:
- the uptime
-
getLastContactTime
public long getLastContactTime()
Last contact time of the instance- Returns:
- last contact time
-
-