Uses of Interface
org.apache.accumulo.fate.zookeeper.IZooReaderWriter

Packages that use IZooReaderWriter
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
 boolean AdminUtil.checkGlobalLock(IZooReaderWriter zk, String path)
           
 void AdminUtil.deleteLocks(TStore<T> zs, IZooReaderWriter zk, String path, String txidStr)
           
 boolean AdminUtil.prepDelete(TStore<T> zs, IZooReaderWriter zk, String path, String txidStr)
           
 boolean AdminUtil.prepFail(TStore<T> zs, IZooReaderWriter zk, String path, String txidStr)
           
 void AdminUtil.print(ReadOnlyTStore<T> zs, IZooReaderWriter zk, String lockPath)
           
 void AdminUtil.print(ReadOnlyTStore<T> zs, IZooReaderWriter zk, String lockPath, Formatter fmt, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus)
           
 

Constructors in org.apache.accumulo.fate with parameters of type IZooReaderWriter
ZooStore(String path, IZooReaderWriter zk)
           
 

Uses of IZooReaderWriter in org.apache.accumulo.fate.zookeeper
 

Classes in org.apache.accumulo.fate.zookeeper that implement IZooReaderWriter
 class ZooReaderWriter
           
 

Fields in org.apache.accumulo.fate.zookeeper declared as IZooReaderWriter
protected  IZooReaderWriter ZooLock.zooKeeper
           
 

Methods in org.apache.accumulo.fate.zookeeper with parameters of type IZooReaderWriter
static boolean ZooReservation.attempt(IZooReaderWriter zk, String path, String reservationID, String debugInfo)
           
static void ZooLock.deleteLock(IZooReaderWriter zk, String path)
           
static boolean ZooLock.deleteLock(IZooReaderWriter zk, String path, String lockData)
           
static void ZooReservation.release(IZooReaderWriter zk, String path, String reservationID)
           
 

Constructors in org.apache.accumulo.fate.zookeeper with parameters of type IZooReaderWriter
ZooLock(ZooCache zc, IZooReaderWriter zrw, String path)
           
ZooQueueLock(IZooReaderWriter zrw, String path, boolean ephemeral)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.