Uses of Class
org.apache.zookeeper.KeeperException.NoNodeException

Packages that use KeeperException.NoNodeException
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.persistence   
org.apache.zookeeper.server.upgrade   
 

Uses of KeeperException.NoNodeException in org.apache.zookeeper.server
 

Methods in org.apache.zookeeper.server that throw KeeperException.NoNodeException
 String DataTree.createNode(String path, byte[] data, List<ACL> acl, long ephemeralOwner, long zxid, long time)
           
 void DataTree.deleteNode(String path, long zxid)
          remove the path from the datatree
 List<ACL> DataTree.getACL(String path, Stat stat)
           
 List<ACL> ZKDatabase.getACL(String path, Stat stat)
          get acl for a path
 List<String> DataTree.getChildren(String path, Stat stat, Watcher watcher)
           
 List<String> ZKDatabase.getChildren(String path, Stat stat, Watcher watcher)
          get children list for this path
 byte[] DataTree.getData(String path, Stat stat, Watcher watcher)
           
 byte[] ZKDatabase.getData(String path, Stat stat, Watcher watcher)
          get data and stat for a path
 void DataTree.incrementCversion(String path, long zxid)
          If the znode for the specified path is found, then this method increments the cversion and sets its pzxid to the zxid passed in the second argument.
 Stat DataTree.setACL(String path, List<ACL> acl, int version)
           
 Stat DataTree.setData(String path, byte[] data, int version, long zxid, long time)
           
 Stat ZKDatabase.statNode(String path, ServerCnxn serverCnxn)
          stat the path
 Stat DataTree.statNode(String path, Watcher watcher)
           
 

Uses of KeeperException.NoNodeException in org.apache.zookeeper.server.persistence
 

Methods in org.apache.zookeeper.server.persistence that throw KeeperException.NoNodeException
 void FileTxnSnapLog.processTransaction(TxnHeader hdr, DataTree dt, Map<Long,Integer> sessions, org.apache.jute.Record txn)
          process the transaction on the datatree
 

Uses of KeeperException.NoNodeException in org.apache.zookeeper.server.upgrade
 

Methods in org.apache.zookeeper.server.upgrade that throw KeeperException.NoNodeException
 String DataTreeV1.createNode(String path, byte[] data, List<ACL> acl, long ephemeralOwner, long zxid, long time)
           
 void DataTreeV1.deleteNode(String path)
           
 List<ACL> DataTreeV1.getACL(String path, Stat stat)
           
 ArrayList<String> DataTreeV1.getChildren(String path, Stat stat, Watcher watcher)
           
 byte[] DataTreeV1.getData(String path, Stat stat, Watcher watcher)
           
 Stat DataTreeV1.setACL(String path, List<ACL> acl, int version)
           
 Stat DataTreeV1.setData(String path, byte[] data, int version, long zxid, long time)
           
 Stat DataTreeV1.statNode(String path, Watcher watcher)
           
 



Copyright © 2012 The Apache Software Foundation