Class FLUSH
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.pbcast.FLUSH
- All Implemented Interfaces:
ProtocolMBean, FLUSHMBean
- Version:
- $Id$
- Author:
- Vladimir Blagojevic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoubleintlongbooleanvoidMethods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
FLUSH
public FLUSH() -
FLUSH
-
-
Method Details
-
attachProtocol
- 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
-