Package org.cache2k.extra.jmx
Class CacheStatisticsMXBeanImpl
- java.lang.Object
-
- org.cache2k.core.common.AbstractCacheStatistics
-
- org.cache2k.extra.jmx.CacheStatisticsMXBeanImpl
-
- All Implemented Interfaces:
CacheStatisticsMXBean
,org.cache2k.operation.CacheStatistics
public class CacheStatisticsMXBeanImpl extends org.cache2k.core.common.AbstractCacheStatistics implements CacheStatisticsMXBean
Provide updating statistics.- Author:
- Jens Wilke
-
-
Constructor Summary
Constructors Constructor Description CacheStatisticsMXBeanImpl(org.cache2k.core.api.InternalCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.cache2k.core.api.InternalCacheInfo
info()
Request new info all the-
Methods inherited from class org.cache2k.core.common.AbstractCacheStatistics
getClearCallsCount, getClearedCount, getEvictedCount, getEvictedOrRemovedWeight, getExpiredCount, getGetCount, getHitRate, getInsertCount, getKeyMutationCount, getLoadCount, getLoadExceptionCount, getMillisPerLoad, getMissCount, getPutCount, getRefreshCount, getRefreshedHitCount, getRefreshFailedCount, getRemoveCount, getSuppressedLoadExceptionCount, getTotalLoadMillis
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cache2k.operation.CacheStatistics
getClearCallsCount, getClearedCount, getEvictedCount, getEvictedOrRemovedWeight, getExpiredCount, getGetCount, getHitRate, getInsertCount, getKeyMutationCount, getLoadCount, getLoadExceptionCount, getMillisPerLoad, getMissCount, getPutCount, getRefreshCount, getRefreshedHitCount, getRefreshFailedCount, getRemoveCount, getSuppressedLoadExceptionCount, getTotalLoadMillis
-
-