net.sf.ehcache.distribution.jgroups.jmx
Interface JGroupsCacheReceiverStatsMBean

All Known Implementing Classes:
JGroupsCacheReceiverStats

public interface JGroupsCacheReceiverStatsMBean

Describes statistics about the JGroups Receiver bean

Author:
Eric Dalquist

Method Summary
 long getBootstrapCompleteCount()
           
 long getBootstrapIncompleteCount()
           
 long getBootstrapRequestCount()
           
 long getBootstrapResponseCount()
           
 long getPutCount()
           
 double getPutRate()
           
 long getRemoveAllCount()
           
 double getRemoveAllRate()
           
 long getRemoveExistingCount()
           
 double getRemoveExistingRate()
           
 long getRemoveNotExistingCount()
           
 double getRemoveNotExistingRate()
           
 

Method Detail

getRemoveAllCount

long getRemoveAllCount()
Returns:
Number of remove_all events received

getRemoveAllRate

double getRemoveAllRate()
Returns:
Rate of remove_all event reception over the last second

getRemoveExistingCount

long getRemoveExistingCount()
Returns:
Number of remove events received where the local element existed.

getRemoveExistingRate

double getRemoveExistingRate()
Returns:
Rate of remove event reception where the local element existed over the last second

getRemoveNotExistingCount

long getRemoveNotExistingCount()
Returns:
Number of remove events received where the local element did not exist

getRemoveNotExistingRate

double getRemoveNotExistingRate()
Returns:
Rate of remove event reception where the local element did not exist over the last second

getPutCount

long getPutCount()
Returns:
Number of put events received

getPutRate

double getPutRate()
Returns:
Rate of put event reception over the last second

getBootstrapRequestCount

long getBootstrapRequestCount()
Returns:
the bootstrap request event count

getBootstrapCompleteCount

long getBootstrapCompleteCount()
Returns:
the bootstrap complete event count

getBootstrapIncompleteCount

long getBootstrapIncompleteCount()
Returns:
the bootstrap incomplete event count

getBootstrapResponseCount

long getBootstrapResponseCount()
Returns:
the bootstrap response event count


Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.