Interface CompositeNodeStoreStatsMBean
-
- All Known Implementing Classes:
CompositeNodeStoreStats
@ProviderType public interface CompositeNodeStoreStatsMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabularData
getNodePathCounts()
CompositeData
getNodeSwitchToDefaultMount()
CompositeData
getNodeSwitchToNonDefaultMount()
CompositeData
getStringCacheSize()
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStringCacheSize
CompositeData getStringCacheSize()
-
getNodeSwitchToDefaultMount
CompositeData getNodeSwitchToDefaultMount()
-
getNodeSwitchToNonDefaultMount
CompositeData getNodeSwitchToNonDefaultMount()
-
getNodePathCounts
TabularData getNodePathCounts() throws OpenDataException
- Throws:
OpenDataException
-
-