Package org.jgroups.jmx.protocols.pbcast
Interface STATE_TRANSFERMBean
-
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
STATE_TRANSFER
public interface STATE_TRANSFERMBean extends ProtocolMBean
- Version:
- $Id: STATE_TRANSFERMBean.java,v 1.1 2005/06/14 08:36:50 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAverageStateSize()
long
getNumberOfStateBytesSent()
int
getNumberOfStateRequests()
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-