Class STABLE
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.pbcast.STABLE
- All Implemented Interfaces:
ProtocolMBean, STABLEMBean
- Version:
- $Id: STABLE.java,v 1.4 2007/01/09 11:40:16 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonggetBytes()longlongintintintintvoidvoidsetDesiredAverageGossip(long gossip_interval) voidsetMaxBytes(long max_bytes) Methods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
STABLE
public STABLE() -
STABLE
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
getDesiredAverageGossip
public long getDesiredAverageGossip()- Specified by:
getDesiredAverageGossipin interfaceSTABLEMBean
-
setDesiredAverageGossip
public void setDesiredAverageGossip(long gossip_interval) - Specified by:
setDesiredAverageGossipin interfaceSTABLEMBean
-
getMaxBytes
public long getMaxBytes()- Specified by:
getMaxBytesin interfaceSTABLEMBean
-
setMaxBytes
public void setMaxBytes(long max_bytes) - Specified by:
setMaxBytesin interfaceSTABLEMBean
-
getBytes
public long getBytes()- Specified by:
getBytesin interfaceSTABLEMBean
-
getStableSent
public int getStableSent()- Specified by:
getStableSentin interfaceSTABLEMBean
-
getStableReceived
public int getStableReceived()- Specified by:
getStableReceivedin interfaceSTABLEMBean
-
getStabilitySent
public int getStabilitySent()- Specified by:
getStabilitySentin interfaceSTABLEMBean
-
getStabilityReceived
public int getStabilityReceived()- Specified by:
getStabilityReceivedin interfaceSTABLEMBean
-
runMessageGarbageCollection
public void runMessageGarbageCollection()- Specified by:
runMessageGarbageCollectionin interfaceSTABLEMBean
-