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
- 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 TypeMethodDescriptionvoid
long
getBytes()
long
long
int
int
int
int
void
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 Details
-
STABLE
public STABLE() -
STABLE
-
-
Method Details
-
attachProtocol
- 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
-