Uses of Class
org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo
-
Packages that use ZooUtil.ZooKeeperConnectionInfo Package Description org.apache.accumulo.fate.zookeeper -
-
Uses of ZooUtil.ZooKeeperConnectionInfo in org.apache.accumulo.fate.zookeeper
Methods in org.apache.accumulo.fate.zookeeper with parameters of type ZooUtil.ZooKeeperConnectionInfo Modifier and Type Method Description static booleanZooUtil. exists(ZooUtil.ZooKeeperConnectionInfo info, String zPath)static byte[]ZooUtil. getData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, org.apache.zookeeper.data.Stat stat)static org.apache.zookeeper.data.StatZooUtil. getStatus(ZooUtil.ZooKeeperConnectionInfo info, String zPath)protected static org.apache.zookeeper.ZooKeeperZooUtil. getZooKeeper(ZooUtil.ZooKeeperConnectionInfo info)static booleanZooUtil. isLockHeld(ZooUtil.ZooKeeperConnectionInfo info, ZooUtil.LockID lid)static StringZooUtil. putEphemeralData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data)static StringZooUtil. putEphemeralSequential(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data)static booleanZooUtil. putPersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, int version, ZooUtil.NodeExistsPolicy policy)static booleanZooUtil. putPersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, int version, ZooUtil.NodeExistsPolicy policy, List<org.apache.zookeeper.data.ACL> acls)static booleanZooUtil. putPersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)Create a persistent node with the default ACLstatic StringZooUtil. putPersistentSequential(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data)static booleanZooUtil. putPrivatePersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)static voidZooUtil. recursiveCopyPersistent(ZooUtil.ZooKeeperConnectionInfo info, String source, String destination, ZooUtil.NodeExistsPolicy policy)
-