|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.pbcast.FLUSH
public class FLUSH
Constructor Summary | |
---|---|
FLUSH()
|
|
FLUSH(Protocol p)
|
Method Summary | |
---|---|
void |
attachProtocol(Protocol p)
|
double |
getAverageFlushDuration()
|
int |
getNumberOfFlushes()
|
long |
getTotalTimeInFlush()
|
boolean |
startFlush()
|
void |
stopFlush()
|
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 |
---|
public FLUSH()
public FLUSH(Protocol p)
Method Detail |
---|
public void attachProtocol(Protocol p)
attachProtocol
in class Protocol
public double getAverageFlushDuration()
getAverageFlushDuration
in interface FLUSHMBean
public long getTotalTimeInFlush()
getTotalTimeInFlush
in interface FLUSHMBean
public int getNumberOfFlushes()
getNumberOfFlushes
in interface FLUSHMBean
public boolean startFlush()
startFlush
in interface FLUSHMBean
public void stopFlush()
stopFlush
in interface FLUSHMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |