Uses of Interface
org.apache.accumulo.fate.ReadOnlyTStore
-
Packages that use ReadOnlyTStore Package Description org.apache.accumulo.fate -
-
Uses of ReadOnlyTStore in org.apache.accumulo.fate
Subinterfaces of ReadOnlyTStore in org.apache.accumulo.fate Modifier and Type Interface Description interfaceTStore<T>Transaction Store: a place to save transactions A transaction consists of a number of operations.Classes in org.apache.accumulo.fate that implement ReadOnlyTStore Modifier and Type Class Description classAgeOffStore<T>This store removes Repos, in the store it wraps, that are in a finished or new state for more than a configurable time period.classReadOnlyStore<T>This store decorates a TStore to make sure it can not be modified.classZooStore<T>Methods in org.apache.accumulo.fate with parameters of type ReadOnlyTStore Modifier and Type Method Description AdminUtil.FateStatusAdminUtil. 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.List<AdminUtil.TransactionStatus>AdminUtil. getTransactionStatus(ReadOnlyTStore<T> zs, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus)Returns a list of the FATE transactions, optionally filtered by transaction id and status.voidAdminUtil. print(ReadOnlyTStore<T> zs, ZooReader zk, String lockPath)voidAdminUtil. print(ReadOnlyTStore<T> zs, ZooReader zk, String lockPath, Formatter fmt, Set<Long> filterTxid, EnumSet<ReadOnlyTStore.TStatus> filterStatus)
-