Package org.infinispan.stats
Interface CacheContainerStats
- All Superinterfaces:
org.infinispan.commons.dataconversion.internal.JsonSerialization
,Stats
Deprecated.
Similar to
Stats
but in the scope of a single per node CacheContainer.- Since:
- 7.1
- Author:
- Vladimir Blagojevic
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated.double
Deprecated.Methods inherited from interface org.infinispan.stats.Stats
getApproximateEntries, getApproximateEntriesInMemory, getApproximateEntriesUnique, getAverageReadTime, getAverageReadTimeNanos, getAverageRemoveTime, getAverageRemoveTimeNanos, getAverageWriteTime, getAverageWriteTimeNanos, getCurrentNumberOfEntries, getCurrentNumberOfEntriesInMemory, getDataMemoryUsed, getEvictions, getHits, getMisses, getOffHeapMemoryUsed, getRemoveHits, getRemoveMisses, getRequiredMinimumNumberOfNodes, getRetrievals, getStores, getTimeSinceReset, getTimeSinceStart, getTotalNumberOfEntries, reset, setStatisticsEnabled
-
Field Details
-
OBJECT_NAME
Deprecated.- See Also:
-
-
Method Details
-
getHitRatio
double getHitRatio()Deprecated. -
getReadWriteRatio
double getReadWriteRatio()Deprecated.
-
Stats
orClusterCacheStats
instead.