org.apache.accumulo.fate
Interface Repo<T>
- All Superinterfaces:
- Serializable
public interface Repo<T>
- extends Serializable
Repeatable persisted operation
isReady
long isReady(long tid,
T environment)
throws Exception
- Throws:
Exception
call
Repo<T> call(long tid,
T environment)
throws Exception
- Throws:
Exception
undo
void undo(long tid,
T environment)
throws Exception
- Throws:
Exception
getDescription
String getDescription()
getReturn
String getReturn()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.