Interface DataStoreCacheStatsMBean
- All Superinterfaces:
org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
public interface DataStoreCacheStatsMBean
extends org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
TYPE -
Method Summary
Modifier and TypeMethodDescriptionlongTotal weight of the in-memory cacheMethods inherited from interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
cacheInfoAsString, estimateCurrentWeight, getAverageLoadPenalty, getElementCount, getEvictionCount, getHitCount, getHitRate, getLoadCount, getLoadExceptionCount, getLoadExceptionRate, getLoadSuccessCount, getMaxTotalWeight, getMissCount, getMissRate, getName, getRequestCount, getTotalLoadTime, resetStats
-
Method Details
-
estimateCurrentMemoryWeight
long estimateCurrentMemoryWeight()Total weight of the in-memory cache- Returns:
- to weight of the cache
-