Package org.jgroups.jmx.protocols.pbcast
Interface STABLEMBean
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
STABLE
- Version:
- $Id: STABLEMBean.java,v 1.4 2007/01/09 11:40:16 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionlong
getBytes()
long
long
int
int
int
int
void
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 Details
-
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()
-