Modifier and Type | Method and Description |
---|---|
long |
getActivations() |
long |
getCacheLoaderLoads() |
long |
getCacheLoaderMisses() |
double |
getHitRatio() |
long |
getInvalidations() |
int |
getNumberOfLocksAvailable() |
int |
getNumberOfLocksHeld() |
long |
getPassivations() |
double |
getReadWriteRatio() |
long |
getStaleStatsThreshold() |
long |
getStoreWrites() |
void |
reset()
Reset the collected statistics
|
void |
setStaleStatsThreshold(long threshold) |
getAverageReadTime, getAverageReadTimeNanos, getAverageRemoveTime, getAverageRemoveTimeNanos, getAverageWriteTime, getAverageWriteTimeNanos, getCurrentNumberOfEntries, getCurrentNumberOfEntriesInMemory, getDataMemoryUsed, getEvictions, getHits, getMisses, getOffHeapMemoryUsed, getRemoveHits, getRemoveMisses, getRequiredMinimumNumberOfNodes, getRetrievals, getStores, getTimeSinceReset, getTimeSinceStart, getTotalNumberOfEntries, reset, setStatisticsEnabled
double getReadWriteRatio()
double getHitRatio()
int getNumberOfLocksAvailable()
int getNumberOfLocksHeld()
long getInvalidations()
long getActivations()
long getPassivations()
long getCacheLoaderLoads()
long getCacheLoaderMisses()
long getStoreWrites()
long getStaleStatsThreshold()
void setStaleStatsThreshold(long threshold)
threshold
- the time in milliseconds, to wait between requests before re-retrieving cluster wide statsvoid reset()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.