Uses of Class
org.apache.accumulo.fate.zookeeper.ZooUtil.ZooKeeperConnectionInfo

Packages that use ZooUtil.ZooKeeperConnectionInfo
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
static boolean ZooUtil.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.Stat ZooUtil.getStatus(ZooUtil.ZooKeeperConnectionInfo info, String zPath)
           
protected static org.apache.zookeeper.ZooKeeper ZooUtil.getZooKeeper(ZooUtil.ZooKeeperConnectionInfo info)
           
static boolean ZooUtil.isLockHeld(ZooUtil.ZooKeeperConnectionInfo info, ZooUtil.LockID lid)
           
static String ZooUtil.putEphemeralData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data)
           
static String ZooUtil.putEphemeralSequential(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data)
           
static boolean ZooUtil.putPersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, int version, ZooUtil.NodeExistsPolicy policy)
           
static boolean ZooUtil.putPersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, int version, ZooUtil.NodeExistsPolicy policy, List<org.apache.zookeeper.data.ACL> acls)
           
static boolean ZooUtil.putPersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)
          Create a persistent node with the default ACL
static String ZooUtil.putPersistentSequential(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data)
           
static boolean ZooUtil.putPrivatePersistentData(ZooUtil.ZooKeeperConnectionInfo info, String zPath, byte[] data, ZooUtil.NodeExistsPolicy policy)
           
static void ZooUtil.recursiveCopyPersistent(ZooUtil.ZooKeeperConnectionInfo info, String source, String destination, ZooUtil.NodeExistsPolicy policy)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.