Package org.infinispan.stats
Interface CacheContainerStats
-
- All Superinterfaces:
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 useStatsorClusterCacheStatsinstead.Similar toStatsbut in the scope of a single per node CacheContainer.- Since:
- 7.1
- Author:
- Vladimir Blagojevic
-
-
Field Summary
Fields Modifier and Type Field Description static StringOBJECT_NAMEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description doublegetHitRatio()Deprecated.doublegetReadWriteRatio()Deprecated.-
Methods inherited from interface org.infinispan.stats.Stats
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
-
-