Class ExportTable
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.tableExport.ExportTable
-
- All Implemented Interfaces:
Serializable,ReadOnlyRepo<Master>,Repo<Master>
public class ExportTable extends MasterRepo
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_VERSION_PROPstatic StringEXPORT_VERSION_PROPstatic intVERSION
-
Constructor Summary
Constructors Constructor Description ExportTable(NamespaceId namespaceId, String tableName, TableId tableId, String exportDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Repo<Master>call(long tid, Master env)longisReady(long tid, Master environment)voidundo(long tid, Master env)-
Methods inherited from class org.apache.accumulo.master.tableOps.MasterRepo
getDescription, getReturn
-
-
-
-
Field Detail
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
DATA_VERSION_PROP
public static final String DATA_VERSION_PROP
- See Also:
- Constant Field Values
-
EXPORT_VERSION_PROP
public static final String EXPORT_VERSION_PROP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExportTable
public ExportTable(NamespaceId namespaceId, String tableName, TableId tableId, String exportDir)
-
-
Method Detail
-
isReady
public long isReady(long tid, Master environment) throws Exception- Specified by:
isReadyin interfaceReadOnlyRepo<Master>- Overrides:
isReadyin classMasterRepo- Throws:
Exception
-
call
public Repo<Master> call(long tid, Master env)
- Specified by:
callin interfaceRepo<Master>- Specified by:
callin classMasterRepo
-
-