Interface DataStoreCacheStatsMBean
- All Superinterfaces:
CacheStatsMBean
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
-
Field Summary
Fields inherited from interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
TYPE
-
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.Total 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()Deprecated.Total weight of the in-memory cache- Returns:
- to weight of the cache
-