org.apache.accumulo.core.zookeeper
Class ZooUtil

java.lang.Object
  extended by org.apache.accumulo.fate.zookeeper.ZooUtil
      extended by org.apache.accumulo.core.zookeeper.ZooUtil

public class ZooUtil
extends ZooUtil


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.fate.zookeeper.ZooUtil
ZooUtil.LockID, ZooUtil.NodeExistsPolicy, ZooUtil.NodeMissingPolicy
 
Field Summary
 
Fields inherited from class org.apache.accumulo.fate.zookeeper.ZooUtil
PRIVATE, PUBLIC
 
Constructor Summary
ZooUtil()
           
 
Method Summary
static String getRoot(Instance instance)
           
static String getRoot(String instanceId)
           
 
Methods inherited from class org.apache.accumulo.fate.zookeeper.ZooUtil
exists, getData, getLockData, getStatus, isLockHeld, putEphemeralData, putEphemeralSequential, putPersistentData, putPersistentData, putPersistentData, putPersistentSequential, putPrivatePersistentData, recursiveCopyPersistent, recursiveDelete, recursiveDelete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooUtil

public ZooUtil()
Method Detail

getRoot

public static String getRoot(Instance instance)

getRoot

public static String getRoot(String instanceId)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.