public class CompositeNodeStoreStats extends Object implements CompositeNodeStoreStatsMBean, CompositeNodeStoreMonitor
| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_PATH_DEPTH |
static String |
NODE_SWITCH_TO_DEFAULT_MOUNT |
static String |
NODE_SWITCH_TO_NON_DEFAULT_MOUNT |
static String |
STRING_CACHE_SIZE |
TYPEEMPTY_INSTANCE| Constructor and Description |
|---|
CompositeNodeStoreStats(StatisticsProvider statisticsProvider,
String prefix,
boolean countPaths) |
CompositeNodeStoreStats(StatisticsProvider statisticsProvider,
String prefix,
boolean countPaths,
long nodePathCountSizeLimit,
long nodePathCountValueLimit) |
| Modifier and Type | Method and Description |
|---|---|
TabularData |
getNodePathCounts() |
CompositeData |
getNodeSwitchToDefaultMount() |
CompositeData |
getNodeSwitchToNonDefaultMount() |
CompositeData |
getStringCacheSize() |
void |
onAddStringCacheEntry() |
void |
onCreateNodeObject(String path) |
void |
onSwitchNodeToNative(Mount mount) |
public static final String STRING_CACHE_SIZE
public static final String NODE_PATH_DEPTH
public static final String NODE_SWITCH_TO_DEFAULT_MOUNT
public static final String NODE_SWITCH_TO_NON_DEFAULT_MOUNT
public CompositeNodeStoreStats(StatisticsProvider statisticsProvider, String prefix, boolean countPaths)
public CompositeNodeStoreStats(StatisticsProvider statisticsProvider, String prefix, boolean countPaths, long nodePathCountSizeLimit, long nodePathCountValueLimit)
public void onCreateNodeObject(String path)
onCreateNodeObject in interface CompositeNodeStoreMonitorpublic void onSwitchNodeToNative(Mount mount)
onSwitchNodeToNative in interface CompositeNodeStoreMonitorpublic void onAddStringCacheEntry()
onAddStringCacheEntry in interface CompositeNodeStoreMonitorpublic CompositeData getStringCacheSize()
getStringCacheSize in interface CompositeNodeStoreStatsMBeanpublic CompositeData getNodeSwitchToDefaultMount()
getNodeSwitchToDefaultMount in interface CompositeNodeStoreStatsMBeanpublic CompositeData getNodeSwitchToNonDefaultMount()
getNodeSwitchToNonDefaultMount in interface CompositeNodeStoreStatsMBeanpublic TabularData getNodePathCounts() throws OpenDataException
getNodePathCounts in interface CompositeNodeStoreStatsMBeanOpenDataExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved