org.apache.accumulo.fate
Interface ReadOnlyRepo<T>
- All Known Subinterfaces:
- Repo<T>
- All Known Implementing Classes:
- ReadOnlyStore.ReadOnlyRepoWrapper
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.
isReady
long isReady(long tid,
T environment)
throws Exception
- Throws:
Exception
getDescription
String getDescription()
Copyright © 2015 Apache Accumulo Project. All rights reserved.