Uses of Class
org.apache.zookeeper.KeeperException.NodeExistsException
- 
Packages that use KeeperException.NodeExistsException Package Description org.apache.zookeeper.server ZooKeeper server theory of operation
- 
- 
Uses of KeeperException.NodeExistsException in org.apache.zookeeper.serverMethods in org.apache.zookeeper.server that throw KeeperException.NodeExistsException Modifier and Type Method Description voidDataTree. 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.
 
-