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

All Known Implementing Classes:
JGroupsCacheReceiverStats, NullJGroupsCacheReceiverStats

public interface JGroupsCacheReceiverStatsCounter

Interface for updating the receiver stats

Author:
Eric Dalquist

Method Summary
 void countBootstrapComplete()
          Count a bootstrap complete event
 void countBootstrapIncomplete()
          Count a bootstrap incomplete event
 void countBootstrapRequest()
          Count a bootstrap request event
 void countBootstrapResponse()
          Count a bootstrap response event
 void countPut()
          Count a put event
 void countRemoveAll()
          Count a remove all event
 void countRemoveExisting()
          Count a remove existing event
 void countRemoveNotExisting()
          Count a remove not existing event
 

Method Detail

countRemoveAll

void countRemoveAll()
Count a remove all event


countRemoveExisting

void countRemoveExisting()
Count a remove existing event


countRemoveNotExisting

void countRemoveNotExisting()
Count a remove not existing event


countPut

void countPut()
Count a put event


countBootstrapRequest

void countBootstrapRequest()
Count a bootstrap request event


countBootstrapComplete

void countBootstrapComplete()
Count a bootstrap complete event


countBootstrapIncomplete

void countBootstrapIncomplete()
Count a bootstrap incomplete event


countBootstrapResponse

void countBootstrapResponse()
Count a bootstrap response event



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