Package org.jgroups.jmx.protocols.pbcast
Interface STABLEMBean
-
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
STABLE
public interface STABLEMBean extends ProtocolMBean
- Version:
- $Id: STABLEMBean.java,v 1.4 2007/01/09 11:40:16 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-
-
-
Method Detail
-
getDesiredAverageGossip
long getDesiredAverageGossip()
-
setDesiredAverageGossip
void setDesiredAverageGossip(long gossip_interval)
-
getMaxBytes
long getMaxBytes()
-
setMaxBytes
void setMaxBytes(long max_bytes)
-
getBytes
long getBytes()
-
getStableSent
int getStableSent()
-
getStableReceived
int getStableReceived()
-
getStabilitySent
int getStabilitySent()
-
getStabilityReceived
int getStabilityReceived()
-
runMessageGarbageCollection
void runMessageGarbageCollection()
-
-