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