Interface DataStoreCacheStatsMBean
-
- All Superinterfaces:
CacheStatsMBean
public interface DataStoreCacheStatsMBean extends CacheStatsMBean
-
-
Field Summary
-
Fields inherited from interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
estimateCurrentMemoryWeight()
Total weight of the in-memory cache-
Methods 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
-
-