public class StatisticsHandler extends Object implements StatisticsHandlerMBean
| 构造器和说明 |
|---|
StatisticsHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAddCount() |
long |
getAppendCount() |
long |
getCASCount() |
long |
getDecrCount() |
long |
getDeleteCount() |
long |
getGetHitCount() |
long |
getGetMissCount() |
long |
getIncrCount() |
long |
getMultiGetCount() |
long |
getMultiGetsCount() |
long |
getPrependCount() |
long |
getReplaceCount() |
long |
getSetCount() |
boolean |
isStatistics() |
void |
resetStats()
Reset the statistics
|
void |
setStatistics(boolean statistics) |
void |
statistics(CommandType cmdType) |
void |
statistics(CommandType cmdType,
int count) |
public final boolean isStatistics()
isStatistics 在接口中 StatisticsHandlerMBeanpublic final void statistics(CommandType cmdType)
public final void statistics(CommandType cmdType, int count)
public final void setStatistics(boolean statistics)
setStatistics 在接口中 StatisticsHandlerMBeanpublic void resetStats()
StatisticsHandlerMBeanresetStats 在接口中 StatisticsHandlerMBeanpublic long getAppendCount()
getAppendCount 在接口中 StatisticsHandlerMBeanpublic long getCASCount()
getCASCount 在接口中 StatisticsHandlerMBeanpublic long getDecrCount()
getDecrCount 在接口中 StatisticsHandlerMBeanpublic long getDeleteCount()
getDeleteCount 在接口中 StatisticsHandlerMBeanpublic long getGetHitCount()
getGetHitCount 在接口中 StatisticsHandlerMBeanpublic long getGetMissCount()
getGetMissCount 在接口中 StatisticsHandlerMBeanpublic long getIncrCount()
getIncrCount 在接口中 StatisticsHandlerMBeanpublic long getMultiGetCount()
getMultiGetCount 在接口中 StatisticsHandlerMBeanpublic long getMultiGetsCount()
getMultiGetsCount 在接口中 StatisticsHandlerMBeanpublic long getPrependCount()
getPrependCount 在接口中 StatisticsHandlerMBeanpublic long getSetCount()
getSetCount 在接口中 StatisticsHandlerMBeanpublic long getAddCount()
getAddCount 在接口中 StatisticsHandlerMBeanpublic long getReplaceCount()
getReplaceCount 在接口中 StatisticsHandlerMBeanCopyright © 2013. All Rights Reserved.