public interface ZooInspectorReadOnlyManager
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
getACLs(String nodePath) |
List<String> |
getChildren(String nodePath) |
String |
getData(String nodePath) |
String |
getNodeChild(String nodePath,
int childIndex) |
int |
getNodeIndex(String nodePath) |
Map<String,String> |
getNodeMeta(String nodePath) |
int |
getNumChildren(String nodePath) |
Map<String,String> |
getSessionMeta() |
boolean |
hasChildren(String nodePath) |
boolean |
isAllowsChildren(String nodePath) |
String getData(String nodePath)
nodePath
- - the path to the node to deleteMap<String,String> getNodeMeta(String nodePath)
nodePath
- - the path to the node to deleteList<Map<String,String>> getACLs(String nodePath)
nodePath
- - the path to the node to deleteboolean hasChildren(String nodePath)
nodePath
- - the path to the node to deleteint getNodeIndex(String nodePath)
nodePath
- - the path to the node to deleteint getNumChildren(String nodePath)
nodePath
- - the path to the node to deleteString getNodeChild(String nodePath, int childIndex)
nodePath
- - the path to the node to deletechildIndex
- - the index to the node in the list of node childrenboolean isAllowsChildren(String nodePath)
nodePath
- - the path to the node to deleteCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.