Interface ZooInspectorReadOnlyManager
- All Known Subinterfaces:
ZooInspectorManager
,ZooInspectorNodeManager
,ZooInspectorNodeTreeManager
- All Known Implementing Classes:
ZooInspectorManagerImpl
public interface ZooInspectorReadOnlyManager
A Manager for all read only interactions between the application and a node
in a Zookeeper instance
-
Method Summary
-
Method Details
-
getData
- Parameters:
nodePath
- - the path to the node whose data is to be retrieved- Returns:
- the data for the node
-
getNodeMeta
- Parameters:
nodePath
- - the path to the node whose metadata is to be retrieved- Returns:
- the metaData for the node
-
getACLs
- Parameters:
nodePath
- - the path to the node whose ACLs are to be retrieved- Returns:
- the ACLs set on the node
-
getNumChildren
- Parameters:
nodePath
- - the path to the node to parent node- Returns:
- the number of children of the node
-
getChildren
- Parameters:
nodePath
- - the path to the node whose children to retrieve- Returns:
- a
List
of the children of the node
-