org.ehcache.jcache
Class JCacheStatMXBean
java.lang.Object
org.ehcache.jcache.JCacheMXBean
org.ehcache.jcache.JCacheStatMXBean
- All Implemented Interfaces:
- javax.cache.management.CacheStatisticsMXBean
public class JCacheStatMXBean
- extends JCacheMXBean
- implements javax.cache.management.CacheStatisticsMXBean
- Author:
- Alex Snaps
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCacheStatMXBean
public JCacheStatMXBean(JCache jCache)
clear
public void clear()
- Specified by:
clear in interface javax.cache.management.CacheStatisticsMXBean
getCacheHits
public long getCacheHits()
- Specified by:
getCacheHits in interface javax.cache.management.CacheStatisticsMXBean
getCacheHitPercentage
public float getCacheHitPercentage()
- Specified by:
getCacheHitPercentage in interface javax.cache.management.CacheStatisticsMXBean
getCacheMisses
public long getCacheMisses()
- Specified by:
getCacheMisses in interface javax.cache.management.CacheStatisticsMXBean
getCacheMissPercentage
public float getCacheMissPercentage()
- Specified by:
getCacheMissPercentage in interface javax.cache.management.CacheStatisticsMXBean
getCacheGets
public long getCacheGets()
- Specified by:
getCacheGets in interface javax.cache.management.CacheStatisticsMXBean
getCachePuts
public long getCachePuts()
- Specified by:
getCachePuts in interface javax.cache.management.CacheStatisticsMXBean
getCacheRemovals
public long getCacheRemovals()
- Specified by:
getCacheRemovals in interface javax.cache.management.CacheStatisticsMXBean
getCacheEvictions
public long getCacheEvictions()
- Specified by:
getCacheEvictions in interface javax.cache.management.CacheStatisticsMXBean
getAverageGetTime
public float getAverageGetTime()
- Specified by:
getAverageGetTime in interface javax.cache.management.CacheStatisticsMXBean
getAveragePutTime
public float getAveragePutTime()
- Specified by:
getAveragePutTime in interface javax.cache.management.CacheStatisticsMXBean
getAverageRemoveTime
public float getAverageRemoveTime()
- Specified by:
getAverageRemoveTime in interface javax.cache.management.CacheStatisticsMXBean
Copyright © 2014 Terracotta. All Rights Reserved.