Package net.rubyeye.xmemcached.monitor
Interface StatisticsHandlerMBean
-
- All Known Implementing Classes:
StatisticsHandler
public interface StatisticsHandlerMBeanStatistics MBean for jmx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAddCount()longgetAppendCount()longgetCASCount()longgetDecrCount()longgetDeleteCount()longgetGetHitCount()longgetGetMissCount()longgetIncrCount()longgetMultiGetCount()longgetMultiGetsCount()longgetPrependCount()longgetReplaceCount()longgetSetCount()booleanisStatistics()voidresetStats()Reset the statisticsvoidsetStatistics(boolean statistics)
-
-
-
Method Detail
-
getGetHitCount
long getGetHitCount()
-
getGetMissCount
long getGetMissCount()
-
getSetCount
long getSetCount()
-
getAppendCount
long getAppendCount()
-
getPrependCount
long getPrependCount()
-
getCASCount
long getCASCount()
-
getDeleteCount
long getDeleteCount()
-
getIncrCount
long getIncrCount()
-
getDecrCount
long getDecrCount()
-
getMultiGetCount
long getMultiGetCount()
-
getMultiGetsCount
long getMultiGetsCount()
-
getAddCount
long getAddCount()
-
getReplaceCount
long getReplaceCount()
-
isStatistics
boolean isStatistics()
-
setStatistics
void setStatistics(boolean statistics)
-
resetStats
void resetStats()
Reset the statistics- Since:
- 1.3.9
-
-