Package org.jgroups.jmx.protocols.pbcast
Interface FLUSHMBean
-
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
FLUSH
public interface FLUSHMBean extends ProtocolMBean
- Version:
- $Id$
- Author:
- Vladimir Blagojevic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAverageFlushDuration()
int
getNumberOfFlushes()
long
getTotalTimeInFlush()
boolean
startFlush()
void
stopFlush()
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-