Uses of Class
org.apache.accumulo.core.zookeeper.ZooUtil.NodeExistsPolicy

Packages that use ZooUtil.NodeExistsPolicy
org.apache.accumulo.core.zookeeper   
 

Uses of ZooUtil.NodeExistsPolicy in org.apache.accumulo.core.zookeeper
 

Methods in org.apache.accumulo.core.zookeeper that return ZooUtil.NodeExistsPolicy
static ZooUtil.NodeExistsPolicy ZooUtil.NodeExistsPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZooUtil.NodeExistsPolicy[] ZooUtil.NodeExistsPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.zookeeper with parameters of type ZooUtil.NodeExistsPolicy
static boolean ZooUtil.putPersistentData(org.apache.zookeeper.ZooKeeper zk, String zPath, byte[] data, int version, ZooUtil.NodeExistsPolicy policy)
           
static boolean ZooUtil.putPersistentData(org.apache.zookeeper.ZooKeeper zk, String zPath, byte[] data, int version, ZooUtil.NodeExistsPolicy policy, List<org.apache.zookeeper.data.ACL> acls)
           
static boolean ZooUtil.putPersistentData(org.apache.zookeeper.ZooKeeper zk, String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)
          Create a persistent node with the default ACL
static boolean ZooUtil.putPrivatePersistentData(org.apache.zookeeper.ZooKeeper zk, String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)
           
static void ZooUtil.recursiveCopyPersistent(org.apache.zookeeper.ZooKeeper zk, String source, String destination, ZooUtil.NodeExistsPolicy policy)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.