Region Statistics
Region Statistics
These methods help you to get the statistics of a region.
creates | Total number of cache creates for this region. |
puts | Total number of cache put operations for this region. |
putTime | Total time spent doing put operations for this region. |
putAll | Total number of cache putAlls for this region. |
putAllTime | Total time spent doing putAll operations for this region. |
gets | Total number of cache gets for this region. |
getTime |
Total time spent doing get operations for this region. |
getAll | Total number of cache getAlls for this region. |
getAllTime | Total time spent doing getAll operations for this region. |
hits | Total number of cache hits for this region. |
misses | Total number of cache misses for this region. |
entries | Current number of cache entries for this region. |
destroys | Total number of cache destroys for this region. |
clears | Total number of cache clears for this region. |
overflows | Total number of cache overflows to disk for this region. |
retrieves | Total number of cache entries fetched from disk into the cache region. |
nonSingleHopCount | Total number of times client request required multiple hops. |
metaDataRefreshCount | Total number of times metadata was refreshed due to the observation of multiple hops. |
cacheLoaderCallCompleted | Total number of times a load has completed for this region. |
cacheLoaderCallTime | Total time spent invoking the loaders for this region. |
CacheWriterCallsCompleted | Total number of times a cache writer call has completed for this region. |
CacheWriterCallTime | Total time spent doing cache writer calls. |
CacheListenerCallsCompleted | Total number of times a cache listener call has completed for this region. |
CacheListenerCallTime | Total time spent doing cache listener calls for this region. |