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

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

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

Methods in org.apache.accumulo.core.zookeeper that return ZooUtil.NodeMissingPolicy
static ZooUtil.NodeMissingPolicy ZooUtil.NodeMissingPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ZooUtil.NodeMissingPolicy[] ZooUtil.NodeMissingPolicy.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.NodeMissingPolicy
static void ZooUtil.recursiveDelete(org.apache.zookeeper.ZooKeeper zk, String zPath, int version, ZooUtil.NodeMissingPolicy policy)
          This method will delete a node and all its children from zookeeper
static void ZooUtil.recursiveDelete(org.apache.zookeeper.ZooKeeper zk, String zPath, ZooUtil.NodeMissingPolicy policy)
           
 



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