Uses of Class
org.apache.zookeeper.server.DataNode
Packages that use DataNode
-
Uses of DataNode in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return DataNodeModifier and TypeMethodDescriptionReturn the data node associated with the path.get the datanode for this pathAdd the node into the map and update the digest with the new node.NodeHashMap.putWithoutDigest
(String path, DataNode node) Add the node into the map without update the digest.NodeHashMapImpl.putWithoutDigest
(String path, DataNode node) Remove the path from the internal nodes map.Methods in org.apache.zookeeper.server that return types with arguments of type DataNodeModifier and TypeMethodDescriptionNodeHashMap.entrySet()
Return all the entries inside this map.NodeHashMapImpl.entrySet()
Methods in org.apache.zookeeper.server with parameters of type DataNodeModifier and TypeMethodDescriptionZKDatabase.aclForNode
(DataNode n) protected long
ContainerManager.getElapsed
(DataNode node) void
NodeHashMap.postChange
(String path, DataNode node) Called after making the changes on the node, which will update the digest.void
NodeHashMapImpl.postChange
(String path, DataNode node) void
Called before we made the change on the node, which will clear the digest associated with it.void
Add the node into the map and update the digest with the new node.NodeHashMap.putWithoutDigest
(String path, DataNode node) Add the node into the map without update the digest.NodeHashMapImpl.putWithoutDigest
(String path, DataNode node) void
DataTree.serializeNodeData
(OutputArchive oa, String path, DataNode node)