Class MasterRepo
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
- Direct Known Subclasses:
BulkImport,CancelCompactions,ChangeTableState,CloneTable,CompactRange,CreateNamespace,CreateTable,DeleteNamespace,DeleteTable,ExportTable,ImportTable,RenameNamespace,RenameTable,ShutdownTServer,TableRangeOp
public abstract class MasterRepo extends Object implements Repo<Master>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MasterRepo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Repo<Master>call(long tid, Master environment)StringgetDescription()StringgetReturn()longisReady(long tid, Master environment)voidundo(long tid, Master environment)
-
-
-
Method Detail
-
isReady
public long isReady(long tid, Master environment) throws Exception- Specified by:
isReadyin interfaceReadOnlyRepo<Master>- Throws:
Exception
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceReadOnlyRepo<Master>
-
-