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 booleanAdminUtil. checkGlobalLock(ZooReaderWriter zk, String path)voidAdminUtil. deleteLocks(ZooReaderWriter zk, String path, String txidStr)booleanAdminUtil. prepDelete(TStore<T> zs, ZooReaderWriter zk, String path, String txidStr)booleanAdminUtil. 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 ZooReaderWriterZooLock. zooKeeperMethods in org.apache.accumulo.fate.zookeeper with parameters of type ZooReaderWriter Modifier and Type Method Description static booleanZooReservation. attempt(ZooReaderWriter zk, String path, String reservationID, String debugInfo)static voidZooLock. deleteLock(ZooReaderWriter zk, String path)static booleanZooLock. deleteLock(ZooReaderWriter zk, String path, String lockData)static voidZooReservation. 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)
-