Package org.apache.accumulo.core.fate
Interface ReadOnlyRepo<T>
-
- All Known Subinterfaces:
Repo<T>
public interface ReadOnlyRepo<T>
Read only access to a repeatable persisted operation. By definition, these methods are safe to call without impacting the state of FATE. They should also be safe to call without impacting the state of system components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
long
isReady(long tid, T environment)
-