Interface CompositeNodeStoreMonitor
-
- All Known Implementing Classes:
CompositeNodeStoreStats
@ProviderType public interface CompositeNodeStoreMonitor
-
-
Field Summary
Fields Modifier and Type Field Description static CompositeNodeStoreMonitorEMPTY_INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAddStringCacheEntry()voidonCreateNodeObject(java.lang.String path)voidonSwitchNodeToNative(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()
-
-