Package org.jgroups.jmx.protocols.pbcast
Class FLUSH
- java.lang.Object
-
- org.jgroups.jmx.Protocol
-
- org.jgroups.jmx.protocols.pbcast.FLUSH
-
- All Implemented Interfaces:
ProtocolMBean,FLUSHMBean
public class FLUSH extends Protocol implements FLUSHMBean
- Version:
- $Id$
- Author:
- Vladimir Blagojevic
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachProtocol(Protocol p)doublegetAverageFlushDuration()intgetNumberOfFlushes()longgetTotalTimeInFlush()booleanstartFlush()voidstopFlush()-
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 Detail
-
FLUSH
public FLUSH()
-
FLUSH
public FLUSH(Protocol p)
-
-
Method Detail
-
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocolin classProtocol
-
getAverageFlushDuration
public double getAverageFlushDuration()
- Specified by:
getAverageFlushDurationin interfaceFLUSHMBean
-
getTotalTimeInFlush
public long getTotalTimeInFlush()
- Specified by:
getTotalTimeInFlushin interfaceFLUSHMBean
-
getNumberOfFlushes
public int getNumberOfFlushes()
- Specified by:
getNumberOfFlushesin interfaceFLUSHMBean
-
startFlush
public boolean startFlush()
- Specified by:
startFlushin interfaceFLUSHMBean
-
stopFlush
public void stopFlush()
- Specified by:
stopFlushin interfaceFLUSHMBean
-
-