Uses of Interface
org.apache.accumulo.fate.Repo
-
Packages that use Repo 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 Repo in org.apache.accumulo.core.logging
Method parameters in org.apache.accumulo.core.logging with type arguments of type Repo Modifier and Type Method Description static <T> TStore<T>
FateLogger. wrap(TStore<T> store, Function<Repo<T>,String> toLogString)
-
Uses of Repo in org.apache.accumulo.fate
Methods in org.apache.accumulo.fate that return Repo Modifier and Type Method Description Repo<T>
Repo. call(long tid, T environment)
Repo<T>
AgeOffStore. top(long tid)
Repo<T>
TStore. top(long tid)
Repo<T>
ZooStore. top(long tid)
Methods in org.apache.accumulo.fate with parameters of type Repo Modifier and Type Method Description void
AgeOffStore. push(long tid, Repo<T> repo)
void
TStore. push(long tid, Repo<T> repo)
Update the given transaction with the next operationvoid
ZooStore. push(long tid, Repo<T> repo)
void
Fate. seedTransaction(long tid, Repo<T> repo, boolean autoCleanUp)
Constructors in org.apache.accumulo.fate with parameters of type Repo Constructor Description ReadOnlyRepoWrapper(Repo<X> repo)
Constructor parameters in org.apache.accumulo.fate with type arguments of type Repo Constructor Description Fate(T environment, TStore<T> store, Function<Repo<T>,String> toLogStrFunc)
Creates a Fault-tolerant executor.
-