Package org.jgroups.jmx.protocols.pbcast
Class STREAMING_STATE_TRANSFER
- java.lang.Object
-
- org.jgroups.jmx.Protocol
-
- org.jgroups.jmx.protocols.pbcast.STREAMING_STATE_TRANSFER
-
- All Implemented Interfaces:
ProtocolMBean
,STREAMING_STATE_TRANSFERMBean
public class STREAMING_STATE_TRANSFER extends Protocol implements STREAMING_STATE_TRANSFERMBean
- Version:
- $Id$
- Author:
- Vladimir Blagojevic
-
-
Constructor Summary
Constructors Constructor Description STREAMING_STATE_TRANSFER()
STREAMING_STATE_TRANSFER(Protocol p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attachProtocol(Protocol p)
double
getAverageStateSize()
long
getNumberOfStateBytesSent()
int
getNumberOfStateRequests()
-
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
-
STREAMING_STATE_TRANSFER
public STREAMING_STATE_TRANSFER()
-
STREAMING_STATE_TRANSFER
public STREAMING_STATE_TRANSFER(Protocol p)
-
-
Method Detail
-
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocol
in classProtocol
-
getNumberOfStateRequests
public int getNumberOfStateRequests()
- Specified by:
getNumberOfStateRequests
in interfaceSTREAMING_STATE_TRANSFERMBean
-
getNumberOfStateBytesSent
public long getNumberOfStateBytesSent()
- Specified by:
getNumberOfStateBytesSent
in interfaceSTREAMING_STATE_TRANSFERMBean
-
getAverageStateSize
public double getAverageStateSize()
- Specified by:
getAverageStateSize
in interfaceSTREAMING_STATE_TRANSFERMBean
-
-