Uses of Class
org.apache.zookeeper.KeeperException.NoNodeException
Packages that use KeeperException.NoNodeException
Package
Description
ZooKeeper server theory of operation
-
Uses of KeeperException.NoNodeException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw KeeperException.NoNodeExceptionModifier and TypeMethodDescriptionvoidDataTree.createNode(String path, byte[] data, List<ACL> acl, long ephemeralOwner, int parentCVersion, long zxid, long time) Add a new node to the DataTree.voidDataTree.createNode(String path, byte[] data, List<ACL> acl, long ephemeralOwner, int parentCVersion, long zxid, long time, Stat outputStat) Add a new node to the DataTree.voidDataTree.deleteNode(String path, long zxid) remove the path from the datatreeget acl for a pathintZKDatabase.getAllChildrenNumber(String path) DataTree.getChildren(String path, Stat stat, Watcher watcher) ZKDatabase.getChildren(String path, Stat stat, Watcher watcher) get children list for this pathbyte[]byte[]get data and stat for a pathvoidDataTree.setCversionPzxid(String path, int newCversion, long zxid) This method sets the Cversion and Pzxid for the specified node to the values passed as arguments.ZKDatabase.statNode(String path, ServerCnxn serverCnxn) stat the path -
Uses of KeeperException.NoNodeException in org.apache.zookeeper.server.persistence
Methods in org.apache.zookeeper.server.persistence that throw KeeperException.NoNodeException