Package org.jgroups.jmx.protocols
Class VIEW_SYNC
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.VIEW_SYNC
- All Implemented Interfaces:
ProtocolMBean,VIEW_SYNCMBean
- Version:
- $Id: VIEW_SYNC.java,v 1.2.14.1 2008/03/12 09:01:42 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlonglongintintintintintintintvoidvoidsetAverageSendInterval(long send_interval) Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
VIEW_SYNC
public VIEW_SYNC() -
VIEW_SYNC
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
getAverageSendInterval
public long getAverageSendInterval()- Specified by:
getAverageSendIntervalin interfaceVIEW_SYNCMBean
-
setAverageSendInterval
public void setAverageSendInterval(long send_interval) - Specified by:
setAverageSendIntervalin interfaceVIEW_SYNCMBean
-
getNumViewsSent
public int getNumViewsSent()- Specified by:
getNumViewsSentin interfaceVIEW_SYNCMBean
-
getNumViewsAdjusted
public int getNumViewsAdjusted()- Specified by:
getNumViewsAdjustedin interfaceVIEW_SYNCMBean
-
getLastViewRequestSent
public long getLastViewRequestSent()- Specified by:
getLastViewRequestSentin interfaceVIEW_SYNCMBean
-
getNumViewRequestsSent
public int getNumViewRequestsSent()- Specified by:
getNumViewRequestsSentin interfaceVIEW_SYNCMBean
-
getNumViewResponsesSeen
public int getNumViewResponsesSeen()- Specified by:
getNumViewResponsesSeenin interfaceVIEW_SYNCMBean
-
getNumViewsLess
public int getNumViewsLess()- Specified by:
getNumViewsLessin interfaceVIEW_SYNCMBean
-
getNumViewsEqual
public int getNumViewsEqual()- Specified by:
getNumViewsEqualin interfaceVIEW_SYNCMBean
-
getNumViewsNonLocal
public int getNumViewsNonLocal()- Specified by:
getNumViewsNonLocalin interfaceVIEW_SYNCMBean
-
sendViewRequest
public void sendViewRequest()- Specified by:
sendViewRequestin interfaceVIEW_SYNCMBean
-