Interface ZooInspectorNodeTreeManager
- All Superinterfaces:
ZooInspectorReadOnlyManager
- All Known Subinterfaces:
ZooInspectorManager
- All Known Implementing Classes:
ZooInspectorManagerImpl
A Manager for all interactions between the application and the node tree in a
Zookeeper instance
-
Method Summary
Modifier and TypeMethodDescriptionboolean
createNode
(String parent, String nodeName) boolean
deleteNode
(String nodePath) Methods inherited from interface org.apache.zookeeper.inspector.manager.ZooInspectorReadOnlyManager
getACLs, getChildren, getData, getNodeMeta, getNumChildren
-
Method Details
-
createNode
- Parameters:
parent
- - the parent node path for the node to addnodeName
- - the name of the new node- Returns:
- true if the node was successfully created
-
deleteNode
- Parameters:
nodePath
- - the path to the node to delete- Returns:
- true if the node was successfully deleted
-