Uses of Interface
org.apache.accumulo.fate.ReadOnlyRepo
-
Packages that use ReadOnlyRepo Package Description org.apache.accumulo.fate -
-
Uses of ReadOnlyRepo in org.apache.accumulo.fate
Subinterfaces of ReadOnlyRepo in org.apache.accumulo.fate Modifier and Type Interface Description interfaceRepo<T>Repeatable persisted operationClasses in org.apache.accumulo.fate that implement ReadOnlyRepo Modifier and Type Class Description protected static classReadOnlyStore.ReadOnlyRepoWrapper<X>Decorates a Repo to make sure it is treated as a ReadOnlyRepo.Methods in org.apache.accumulo.fate that return ReadOnlyRepo Modifier and Type Method Description ReadOnlyRepo<T>ReadOnlyStore. top(long tid)ReadOnlyRepo<T>ReadOnlyTStore. top(long tid)Get the current operation for the given transaction id.Methods in org.apache.accumulo.fate that return types with arguments of type ReadOnlyRepo Modifier and Type Method Description List<ReadOnlyRepo<T>>AgeOffStore. getStack(long tid)List<ReadOnlyRepo<T>>ReadOnlyStore. getStack(long tid)List<ReadOnlyRepo<T>>ReadOnlyTStore. getStack(long tid)Get all operations on a transactions stack.List<ReadOnlyRepo<T>>ZooStore. getStack(long tid)
-