Uses of Interface
org.apache.accumulo.core.fate.TStore
-
Packages that use TStore Package Description org.apache.accumulo.core.fate org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages. -
-
Uses of TStore in org.apache.accumulo.core.fate
Classes in org.apache.accumulo.core.fate that implement TStore Modifier and Type Class Description class
AgeOffStore<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.class
ZooStore<T>
Methods in org.apache.accumulo.core.fate with parameters of type TStore Modifier and Type Method Description boolean
AdminUtil. prepDelete(TStore<T> zs, ZooReaderWriter zk, ServiceLock.ServiceLockPath path, String txidStr)
boolean
AdminUtil. prepFail(TStore<T> zs, ZooReaderWriter zk, ServiceLock.ServiceLockPath zLockManagerPath, String txidStr)
Constructors in org.apache.accumulo.core.fate with parameters of type TStore Constructor Description Fate(T environment, TStore<T> store, Function<Repo<T>,String> toLogStrFunc, AccumuloConfiguration conf)
Creates a Fault-tolerant executor. -
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)
-