Uses of Interface
org.apache.accumulo.fate.zookeeper.IZooReader
-
Packages that use IZooReader Package Description org.apache.accumulo.fate org.apache.accumulo.fate.zookeeper -
-
Uses of IZooReader in org.apache.accumulo.fate
Methods in org.apache.accumulo.fate with parameters of type IZooReader Modifier and Type Method Description AdminUtil.FateStatusAdminUtil. getStatus(ReadOnlyTStore<T> zs, IZooReader 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.voidAdminUtil. print(ReadOnlyTStore<T> zs, IZooReader zk, String lockPath)voidAdminUtil. print(ReadOnlyTStore<T> zs, IZooReader zk, String lockPath, Formatter fmt, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus) -
Uses of IZooReader in org.apache.accumulo.fate.zookeeper
Subinterfaces of IZooReader in org.apache.accumulo.fate.zookeeper Modifier and Type Interface Description interfaceIZooReaderWriterClasses in org.apache.accumulo.fate.zookeeper that implement IZooReader Modifier and Type Class Description classZooReaderclassZooReaderWriter
-