org.ehcache.jsr107
Class Eh107CacheStatisticsMXBean
java.lang.Object
org.ehcache.jsr107.Eh107CacheStatisticsMXBean
- All Implemented Interfaces:
- javax.cache.management.CacheStatisticsMXBean
public class Eh107CacheStatisticsMXBean
- extends java.lang.Object
- implements javax.cache.management.CacheStatisticsMXBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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