Uses of Interface
org.apache.accumulo.fate.zookeeper.IZooReaderWriter
-
Packages that use IZooReaderWriter Package Description org.apache.accumulo.fate org.apache.accumulo.fate.zookeeper -
-
Uses of IZooReaderWriter in org.apache.accumulo.fate
Methods in org.apache.accumulo.fate with parameters of type IZooReaderWriter Modifier and Type Method Description booleanAdminUtil. checkGlobalLock(IZooReaderWriter zk, String path)voidAdminUtil. deleteLocks(TStore<T> zs, IZooReaderWriter zk, String path, String txidStr)booleanAdminUtil. prepDelete(TStore<T> zs, IZooReaderWriter zk, String path, String txidStr)booleanAdminUtil. prepFail(TStore<T> zs, IZooReaderWriter zk, String path, String txidStr)Constructors in org.apache.accumulo.fate with parameters of type IZooReaderWriter Constructor Description ZooStore(String path, IZooReaderWriter zk) -
Uses of IZooReaderWriter in org.apache.accumulo.fate.zookeeper
Classes in org.apache.accumulo.fate.zookeeper that implement IZooReaderWriter Modifier and Type Class Description classZooReaderWriterFields in org.apache.accumulo.fate.zookeeper declared as IZooReaderWriter Modifier and Type Field Description protected IZooReaderWriterZooLock. zooKeeperMethods in org.apache.accumulo.fate.zookeeper with parameters of type IZooReaderWriter Modifier and Type Method Description static booleanZooReservation. attempt(IZooReaderWriter zk, String path, String reservationID, String debugInfo)static voidZooLock. deleteLock(IZooReaderWriter zk, String path)static booleanZooLock. deleteLock(IZooReaderWriter zk, String path, String lockData)static voidZooReservation. release(IZooReaderWriter zk, String path, String reservationID)Constructors in org.apache.accumulo.fate.zookeeper with parameters of type IZooReaderWriter Constructor Description ZooLock(ZooCache zc, IZooReaderWriter zrw, String path)ZooQueueLock(IZooReaderWriter zrw, String path, boolean ephemeral)
-