org.apache.accumulo.server.master.tableOps
public class TraceRepo<T> extends Object implements Repo<T>
TraceRepo(Repo<T> repo)
Repo<T>
call(long tid, T environment)
String
getDescription()
getReturn()
long
isReady(long tid, T environment)
void
undo(long tid, T environment)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TraceRepo(Repo<T> repo)
public long isReady(long tid, T environment) throws Exception
isReady
Exception
public Repo<T> call(long tid, T environment) throws Exception
call
public void undo(long tid, T environment) throws Exception
undo
public String getDescription()
getDescription
public String getReturn()
getReturn
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.