Class ExportTable
- java.lang.Object
-
- org.apache.accumulo.master.tableOps.MasterRepo
-
- org.apache.accumulo.master.tableOps.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(String namespaceId, String tableName, String 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(String namespaceId, String tableName, String tableId, String exportDir) throws ThriftTableOperationException
- Throws:
ThriftTableOperationException
-
-