Interface CompositeNodeStoreMonitor
-
- All Known Implementing Classes:
CompositeNodeStoreStats
@ProviderType public interface CompositeNodeStoreMonitor
-
-
Field Summary
Fields Modifier and Type Field Description static CompositeNodeStoreMonitor
EMPTY_INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAddStringCacheEntry()
void
onCreateNodeObject(java.lang.String path)
void
onSwitchNodeToNative(Mount mount)
-
-
-
Field Detail
-
EMPTY_INSTANCE
static final CompositeNodeStoreMonitor EMPTY_INSTANCE
-
-
Method Detail
-
onCreateNodeObject
void onCreateNodeObject(java.lang.String path)
-
onSwitchNodeToNative
void onSwitchNodeToNative(Mount mount)
-
onAddStringCacheEntry
void onAddStringCacheEntry()
-
-