public class LocalStatistics extends Object implements javax.cache.management.CacheStatisticsMXBean
Constructor and Description |
---|
LocalStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
float |
getAverageGetTime() |
float |
getAveragePutTime() |
float |
getAverageRemoveTime() |
long |
getCacheEvictions() |
long |
getCacheGets() |
float |
getCacheHitPercentage() |
long |
getCacheHits() |
long |
getCacheMisses() |
float |
getCacheMissPercentage() |
long |
getCachePuts() |
long |
getCacheRemovals() |
void |
incrementCacheEvictions() |
void |
incrementCacheGets() |
void |
incrementCacheHits() |
void |
incrementCacheMisses() |
void |
incrementCachePuts() |
void |
incrementCacheRemovals() |
public void incrementCacheHits()
public void incrementCacheMisses()
public void incrementCacheGets()
public void incrementCachePuts()
public void incrementCacheRemovals()
public void incrementCacheEvictions()
public void clear()
clear
in interface javax.cache.management.CacheStatisticsMXBean
public long getCacheHits()
getCacheHits
in interface javax.cache.management.CacheStatisticsMXBean
public float getCacheHitPercentage()
getCacheHitPercentage
in interface javax.cache.management.CacheStatisticsMXBean
public long getCacheMisses()
getCacheMisses
in interface javax.cache.management.CacheStatisticsMXBean
public float getCacheMissPercentage()
getCacheMissPercentage
in interface javax.cache.management.CacheStatisticsMXBean
public long getCacheGets()
getCacheGets
in interface javax.cache.management.CacheStatisticsMXBean
public long getCachePuts()
getCachePuts
in interface javax.cache.management.CacheStatisticsMXBean
public long getCacheRemovals()
getCacheRemovals
in interface javax.cache.management.CacheStatisticsMXBean
public long getCacheEvictions()
getCacheEvictions
in interface javax.cache.management.CacheStatisticsMXBean
public float getAverageGetTime()
getAverageGetTime
in interface javax.cache.management.CacheStatisticsMXBean
public float getAveragePutTime()
getAveragePutTime
in interface javax.cache.management.CacheStatisticsMXBean
public float getAverageRemoveTime()
getAverageRemoveTime
in interface javax.cache.management.CacheStatisticsMXBean
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.