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