Interface ZooInspectorNodeManager
-
- All Superinterfaces:
ZooInspectorReadOnlyManager
- All Known Subinterfaces:
ZooInspectorManager
- All Known Implementing Classes:
ZooInspectorManagerImpl
public interface ZooInspectorNodeManager extends ZooInspectorReadOnlyManager
A Manager for all interactions between the application and the nodes in a Zookeeper instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
setData(java.lang.String nodePath, java.lang.String data)
-
Methods inherited from interface org.apache.zookeeper.inspector.manager.ZooInspectorReadOnlyManager
getACLs, getChildren, getData, getNodeMeta, getNumChildren
-
-