Uses of Class
org.apache.accumulo.fate.zookeeper.ZooReader
-
Packages that use ZooReader Package Description org.apache.accumulo.fate org.apache.accumulo.fate.zookeeper -
-
Uses of ZooReader in org.apache.accumulo.fate
Methods in org.apache.accumulo.fate with parameters of type ZooReader Modifier and Type Method Description AdminUtil.FateStatus
AdminUtil. getStatus(ReadOnlyTStore<T> zs, ZooReader zk, String lockPath, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus)
Get the FATE transaction status and lock information stored in zookeeper, optionally filtered by transaction id and filter status.void
AdminUtil. print(ReadOnlyTStore<T> zs, ZooReader zk, String lockPath)
void
AdminUtil. print(ReadOnlyTStore<T> zs, ZooReader zk, String lockPath, Formatter fmt, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus)
-
Uses of ZooReader in org.apache.accumulo.fate.zookeeper
Subclasses of ZooReader in org.apache.accumulo.fate.zookeeper Modifier and Type Class Description class
ZooReaderWriter
Constructors in org.apache.accumulo.fate.zookeeper with parameters of type ZooReader Constructor Description ZooCache(ZooReader reader)
ZooCache(ZooReader reader, org.apache.zookeeper.Watcher watcher)
Creates a new cache.
-