Package org.infinispan.stats
Interface CacheContainerStats
- All Superinterfaces:
JsonSerialization
,Stats
- All Known Implementing Classes:
CacheContainerStatsImpl
Deprecated, for removal: This API element is subject to removal in a future version.
Similar to
Stats
but in the scope of a single per node CacheContainer.- Since:
- 7.1
- Author:
- Vladimir Blagojevic
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated, for removal: This API element is subject to removal in a future version.double
Deprecated, for removal: This API element is subject to removal in a future version.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, toJson
-
Field Details
-
OBJECT_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
getHitRatio
double getHitRatio()Deprecated, for removal: This API element is subject to removal in a future version. -
getReadWriteRatio
double getReadWriteRatio()Deprecated, for removal: This API element is subject to removal in a future version.
-
Stats
orClusterCacheStats
instead.