Package org.apache.accumulo.fate
Interface Repo<T>
-
- All Superinterfaces:
ReadOnlyRepo<T>,Serializable
public interface Repo<T> extends ReadOnlyRepo<T>, Serializable
Repeatable persisted operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Repo<T>call(long tid, T environment)StringgetReturn()voidundo(long tid, T environment)-
Methods inherited from interface org.apache.accumulo.fate.ReadOnlyRepo
getDescription, isReady
-
-