Uses of Interface
org.apache.accumulo.fate.TStore
-
Packages that use TStore Package Description org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages.org.apache.accumulo.fate -
-
Uses of TStore in org.apache.accumulo.core.logging
Methods in org.apache.accumulo.core.logging that return TStore Modifier and Type Method Description static <T> TStore<T>FateLogger. wrap(TStore<T> store, Function<Repo<T>,String> toLogString)Methods in org.apache.accumulo.core.logging with parameters of type TStore Modifier and Type Method Description static <T> TStore<T>FateLogger. wrap(TStore<T> store, Function<Repo<T>,String> toLogString) -
Uses of TStore in org.apache.accumulo.fate
Classes in org.apache.accumulo.fate that implement TStore 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.classZooStore<T>Methods in org.apache.accumulo.fate with parameters of type TStore Modifier and Type Method Description booleanAdminUtil. prepDelete(TStore<T> zs, ZooReaderWriter zk, String path, String txidStr)booleanAdminUtil. prepFail(TStore<T> zs, ZooReaderWriter zk, String path, String txidStr)Constructors in org.apache.accumulo.fate with parameters of type TStore Constructor Description AgeOffStore(TStore<T> store, long ageOffTime)AgeOffStore(TStore<T> store, long ageOffTime, AgeOffStore.TimeSource timeSource)Fate(T environment, TStore<T> store, Function<Repo<T>,String> toLogStrFunc)Creates a Fault-tolerant executor.ReadOnlyStore(TStore<T> store)
-