Class CancelCompactions
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.compact.cancel.CancelCompactions
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class CancelCompactions extends MasterRepo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelCompactions(NamespaceId namespaceId, TableId tableId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master environment)longisReady(long tid, Master env)voidundo(long tid, Master env)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Constructor Detail
-
CancelCompactions
public CancelCompactions(NamespaceId namespaceId, TableId tableId)
-
-