|
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
public class CoherenceInfo
A utility class which helps to gather Coherence stats and information.
Nested Class Summary | |
---|---|
static class |
CoherenceInfo.NodeInfo
Encapsulates statistics and information about a cluster node. |
Field Summary | |
---|---|
static int |
STATS_CPU_TIME
CPU time taken in milliseconds. |
static int |
STATS_RECEIVED
Packets sent to the reciever. |
static int |
STATS_REPEATED
Repeated packets sent to the receiver. |
static int |
STATS_RESENT
Packets resent by publisher. |
static int |
STATS_SENT
Packets sent by publisher. |
Constructor Summary | |
---|---|
CoherenceInfo()
|
Method Summary | |
---|---|
static void |
clearCacheStats()
Clears the cache stats. |
static java.util.Map |
getNodeInfo()
Returns a Map of CoherenceInfo.NodeInfo objects keyed by Coherence Member objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STATS_CPU_TIME
public static final int STATS_SENT
public static final int STATS_RESENT
public static final int STATS_RECEIVED
public static final int STATS_REPEATED
Constructor Detail |
---|
public CoherenceInfo()
Method Detail |
---|
public static java.util.Map getNodeInfo()
public static void clearCacheStats()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |