Class ImportTable
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.ImportTable
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class ImportTable extends MasterRepo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportTable(String user, String tableName, String exportDir, String namespaceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master env)voidcheckVersions(Master env)longisReady(long tid, Master environment)voidundo(long tid, Master env)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Method Detail
-
isReady
public long isReady(long tid, Master environment) throws Exception- Specified by:
isReadyin interfaceReadOnlyRepo<Master>- Overrides:
isReadyin classMasterRepo- Throws:
Exception
-
checkVersions
public void checkVersions(Master env) throws AcceptableThriftTableOperationException
-
-