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