org.apache.accumulo.fate
public interface Repo<T> extends Serializable
Repo<T>
call(long tid, T environment)
String
getDescription()
getReturn()
long
isReady(long tid, T environment)
void
undo(long tid, T environment)
long isReady(long tid, T environment) throws Exception
Exception
Repo<T> call(long tid, T environment) throws Exception
void undo(long tid, T environment) throws Exception
String getDescription()
String getReturn()
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.