Uses of Class
org.apache.accumulo.fate.zookeeper.ZooUtil.NodeExistsPolicy
-
Packages that use ZooUtil.NodeExistsPolicy Package Description org.apache.accumulo.fate.zookeeper -
-
Uses of ZooUtil.NodeExistsPolicy in org.apache.accumulo.fate.zookeeper
Methods in org.apache.accumulo.fate.zookeeper that return ZooUtil.NodeExistsPolicy Modifier and Type Method Description static ZooUtil.NodeExistsPolicyZooUtil.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.fate.zookeeper with parameters of type ZooUtil.NodeExistsPolicy Modifier and Type Method Description booleanZooReaderWriter. putPersistentData(String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)Create a persistent node with the default ACLbooleanZooReaderWriter. putPersistentData(String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy, List<org.apache.zookeeper.data.ACL> acls)booleanZooReaderWriter. putPrivatePersistentData(String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)voidZooReaderWriter. recursiveCopyPersistent(String source, String destination, ZooUtil.NodeExistsPolicy policy)
-