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.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.fate.zookeeper with parameters of type ZooUtil.NodeExistsPolicy Modifier and Type Method Description boolean
ZooReaderWriter. putPersistentData(String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)
Create a persistent node with the default ACLboolean
ZooReaderWriter. putPersistentData(String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy, List<org.apache.zookeeper.data.ACL> acls)
boolean
ZooReaderWriter. putPrivatePersistentData(String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)
void
ZooReaderWriter. recursiveCopyPersistent(String source, String destination, ZooUtil.NodeExistsPolicy policy)
-