Package org.infinispan.stats
Interface CacheContainerStats
-
- All Superinterfaces:
org.infinispan.commons.dataconversion.internal.JsonSerialization
,Stats
@Deprecated public interface CacheContainerStats extends Stats
Deprecated.Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance. Please useStats
orClusterCacheStats
instead.Similar toStats
but in the scope of a single per node CacheContainer.- Since:
- 7.1
- Author:
- Vladimir Blagojevic
-
-
Field Summary
Fields Modifier and Type Field Description static String
OBJECT_NAME
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description double
getHitRatio()
Deprecated.double
getReadWriteRatio()
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 Detail
-
OBJECT_NAME
static final String OBJECT_NAME
Deprecated.- See Also:
- Constant Field Values
-
-