public interface ZooInspectorNodeTreeManager extends ZooInspectorReadOnlyManager
Modifier and Type | Method and Description |
---|---|
boolean |
createNode(String parent,
String nodeName) |
boolean |
deleteNode(String nodePath) |
getACLs, getChildren, getData, getNodeChild, getNodeIndex, getNodeMeta, getNumChildren, getSessionMeta, hasChildren, isAllowsChildren
boolean createNode(String parent, String nodeName)
parent
- - the parent node path for the node to addnodeName
- - the name of the new nodeboolean deleteNode(String nodePath)
nodePath
- - the path to the node to deleteCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.