Class CompositeNodeStoreStats
java.lang.Object
org.apache.jackrabbit.oak.composite.CompositeNodeStoreStats
- All Implemented Interfaces:
CompositeNodeStoreMonitor,CompositeNodeStoreStatsMBean
public class CompositeNodeStoreStats
extends Object
implements CompositeNodeStoreStatsMBean, CompositeNodeStoreMonitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.apache.jackrabbit.oak.composite.CompositeNodeStoreMonitor
EMPTY_INSTANCEFields inherited from interface org.apache.jackrabbit.oak.composite.CompositeNodeStoreStatsMBean
TYPE -
Constructor Summary
ConstructorsConstructorDescriptionCompositeNodeStoreStats(StatisticsProvider statisticsProvider, String prefix, boolean countPaths) CompositeNodeStoreStats(StatisticsProvider statisticsProvider, String prefix, boolean countPaths, long nodePathCountSizeLimit, long nodePathCountValueLimit) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonCreateNodeObject(String path) voidonSwitchNodeToNative(Mount mount)
-
Field Details
-
STRING_CACHE_SIZE
- See Also:
-
NODE_PATH_DEPTH
- See Also:
-
NODE_SWITCH_TO_DEFAULT_MOUNT
- See Also:
-
NODE_SWITCH_TO_NON_DEFAULT_MOUNT
- See Also:
-
-
Constructor Details
-
CompositeNodeStoreStats
public CompositeNodeStoreStats(StatisticsProvider statisticsProvider, String prefix, boolean countPaths) -
CompositeNodeStoreStats
public CompositeNodeStoreStats(StatisticsProvider statisticsProvider, String prefix, boolean countPaths, long nodePathCountSizeLimit, long nodePathCountValueLimit)
-
-
Method Details
-
onCreateNodeObject
- Specified by:
onCreateNodeObjectin interfaceCompositeNodeStoreMonitor
-
onSwitchNodeToNative
- Specified by:
onSwitchNodeToNativein interfaceCompositeNodeStoreMonitor
-
onAddStringCacheEntry
public void onAddStringCacheEntry()- Specified by:
onAddStringCacheEntryin interfaceCompositeNodeStoreMonitor
-
getStringCacheSize
- Specified by:
getStringCacheSizein interfaceCompositeNodeStoreStatsMBean
-
getNodeSwitchToDefaultMount
- Specified by:
getNodeSwitchToDefaultMountin interfaceCompositeNodeStoreStatsMBean
-
getNodeSwitchToNonDefaultMount
- Specified by:
getNodeSwitchToNonDefaultMountin interfaceCompositeNodeStoreStatsMBean
-
getNodePathCounts
- Specified by:
getNodePathCountsin interfaceCompositeNodeStoreStatsMBean- Throws:
OpenDataException
-