|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.util.CoherenceInfo.NodeInfo
public static class CoherenceInfo.NodeInfo
Encapsulates statistics and information about a cluster node.
Method Summary | |
---|---|
long |
getFreeMem()
Returns the amount of free memory in the cluster node's VM (in bytes). |
long |
getMaxMem()
Returns the max amount of memory in the cluster node's VM (in bytes). |
long[] |
getPublisherStats()
Returns statistics about the packet publisher on the node. |
long[] |
getReceiverStats()
Returns statistics about the packet receiver on the node. |
long |
getTime()
Returns the current time on the cluster node in long format. |
long |
getTotalMem()
Returns the total amount of memory in the cluster node's VM (in bytes). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getFreeMem()
public long getTotalMem()
public long getMaxMem()
public long getTime()
This value will always be somewhat inaccurate due to network delays, etc, so should only be taken as an approximate value.
public long[] getPublisherStats()
public long[] getReceiverStats()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |