Interface ZooInspectorNodeManager
- All Superinterfaces:
ZooInspectorReadOnlyManager
- All Known Subinterfaces:
ZooInspectorManager
- All Known Implementing Classes:
ZooInspectorManagerImpl
A Manager for all interactions between the application and the nodes in a
Zookeeper instance
-
Method Summary
Methods inherited from interface org.apache.zookeeper.inspector.manager.ZooInspectorReadOnlyManager
getACLs, getChildren, getData, getNodeMeta, getNumChildren
-
Method Details
-
setData
- Parameters:
nodePath
- - the path to the node on which to set the datadata
- - the data to set on the this node- Returns:
- true if the data for the node was successfully updated
-