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 void
attachProtocol(Protocol p)
long
getBytes()
long
getDesiredAverageGossip()
long
getMaxBytes()
int
getStabilityReceived()
int
getStabilitySent()
int
getStableReceived()
int
getStableSent()
void
runMessageGarbageCollection()
void
setDesiredAverageGossip(long gossip_interval)
void
setMaxBytes(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:
attachProtocol
in classProtocol
-
getDesiredAverageGossip
public long getDesiredAverageGossip()
- Specified by:
getDesiredAverageGossip
in interfaceSTABLEMBean
-
setDesiredAverageGossip
public void setDesiredAverageGossip(long gossip_interval)
- Specified by:
setDesiredAverageGossip
in interfaceSTABLEMBean
-
getMaxBytes
public long getMaxBytes()
- Specified by:
getMaxBytes
in interfaceSTABLEMBean
-
setMaxBytes
public void setMaxBytes(long max_bytes)
- Specified by:
setMaxBytes
in interfaceSTABLEMBean
-
getBytes
public long getBytes()
- Specified by:
getBytes
in interfaceSTABLEMBean
-
getStableSent
public int getStableSent()
- Specified by:
getStableSent
in interfaceSTABLEMBean
-
getStableReceived
public int getStableReceived()
- Specified by:
getStableReceived
in interfaceSTABLEMBean
-
getStabilitySent
public int getStabilitySent()
- Specified by:
getStabilitySent
in interfaceSTABLEMBean
-
getStabilityReceived
public int getStabilityReceived()
- Specified by:
getStabilityReceived
in interfaceSTABLEMBean
-
runMessageGarbageCollection
public void runMessageGarbageCollection()
- Specified by:
runMessageGarbageCollection
in interfaceSTABLEMBean
-
-