Package org.jgroups.jmx.protocols.pbcast
Class STABLE
- java.lang.Object
-
- org.jgroups.jmx.Protocol
-
- org.jgroups.jmx.protocols.pbcast.STABLE
-
- All Implemented Interfaces:
ProtocolMBean,STABLEMBean
public class STABLE extends Protocol implements STABLEMBean
- Version:
- $Id: STABLE.java,v 1.4 2007/01/09 11:40:16 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachProtocol(Protocol p)longgetBytes()longgetDesiredAverageGossip()longgetMaxBytes()intgetStabilityReceived()intgetStabilitySent()intgetStableReceived()intgetStableSent()voidrunMessageGarbageCollection()voidsetDesiredAverageGossip(long gossip_interval)voidsetMaxBytes(long max_bytes)-
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-
-
-
Constructor Detail
-
STABLE
public STABLE()
-
STABLE
public STABLE(Protocol p)
-
-
Method Detail
-
attachProtocol
public void attachProtocol(Protocol p)
- 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
-
-