Package net.rubyeye.xmemcached.monitor
Interface StatisticsHandlerMBean
- All Known Implementing Classes:
StatisticsHandler
public interface StatisticsHandlerMBean
Statistics MBean for jmx
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
long
long
long
long
long
long
long
long
long
boolean
void
Reset the statisticsvoid
setStatistics
(boolean statistics)
-
Method Details
-
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
-