Uses of Class
org.apache.accumulo.fate.zookeeper.ZooReaderWriter
-
Packages that use ZooReaderWriter Package Description org.apache.accumulo.fate org.apache.accumulo.fate.zookeeper -
-
Uses of ZooReaderWriter in org.apache.accumulo.fate
Methods in org.apache.accumulo.fate with parameters of type ZooReaderWriter Modifier and Type Method Description boolean
AdminUtil. checkGlobalLock(ZooReaderWriter zk, String path)
void
AdminUtil. deleteLocks(ZooReaderWriter zk, String path, String txidStr)
boolean
AdminUtil. prepDelete(TStore<T> zs, ZooReaderWriter zk, String path, String txidStr)
boolean
AdminUtil. prepFail(TStore<T> zs, ZooReaderWriter zk, String path, String txidStr)
Constructors in org.apache.accumulo.fate with parameters of type ZooReaderWriter Constructor Description ZooStore(String path, ZooReaderWriter zk)
-
Uses of ZooReaderWriter in org.apache.accumulo.fate.zookeeper
Fields in org.apache.accumulo.fate.zookeeper declared as ZooReaderWriter Modifier and Type Field Description protected ZooReaderWriter
ZooLock. zooKeeper
Methods in org.apache.accumulo.fate.zookeeper with parameters of type ZooReaderWriter Modifier and Type Method Description static boolean
ZooReservation. attempt(ZooReaderWriter zk, String path, String reservationID, String debugInfo)
static void
ZooLock. deleteLock(ZooReaderWriter zk, String path)
static boolean
ZooLock. deleteLock(ZooReaderWriter zk, String path, String lockData)
static void
ZooReservation. release(ZooReaderWriter zk, String path, String reservationID)
Constructors in org.apache.accumulo.fate.zookeeper with parameters of type ZooReaderWriter Constructor Description ZooLock(ZooCache zc, ZooReaderWriter zrw, String path)
ZooLock(ZooReaderWriter zoo, String path)
ZooQueueLock(ZooReaderWriter zrw, String path, boolean ephemeral)
-