Class TraceRepo<T>
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.TraceRepo<T>
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<T>,Repo<T>
public class TraceRepo<T> extends Object implements Repo<T>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<T>call(long tid, T environment)StringgetDescription()StringgetReturn()longisReady(long tid, T environment)voidundo(long tid, T environment)
-
-
-
Method Detail
-
isReady
public long isReady(long tid, T environment) throws Exception- Specified by:
isReadyin interfaceReadOnlyRepo<T>- Throws:
Exception
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceReadOnlyRepo<T>
-
-