C.3. CacheContainerStats

org.infinispan.stats.impl.CacheContainerStatsImpl
The CacheContainerStats component contains statistics such as timings, hit/miss ratio, and operation information.

Table C.5. Attributes

Name Description Type Writable
averageReadTime Cache container total average number of milliseconds for all read operations in this cache container. long No
averageRemoveTime Cache container total average number of milliseconds for all remove operations in this cache container. long No
averageWriteTime Cache container total average number of milliseconds for all write operations in this cache container. long No
evictions Cache container total number of cache eviction operations. long No
hitRatio Cache container total percentage hit/(hit+miss) ratio for this cache. double No
hits Cache container total number of cache attribute hits. long No
misses Cache container total number of cache attribute misses. long No
numberOfEntries Cache container total number of entries currently in all caches from this cache container. int No
readWriteRatio Cache container read/writes ratio in all caches from this cache container. double No
removeHits Cache container total number of removal hits. double No
removeMisses Cache container total number of cache removals where keys were not found. long No
statisticsEnabled Enables or disables the gathering of statistics by this component. boolean Yes
stores Cache container total number of cache attribute put operations. long No