public class ExportTable extends MasterRepo
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_VERSION_PROP |
static String |
EXPORT_VERSION_PROP |
static int |
VERSION |
| Constructor and Description |
|---|
ExportTable(Namespace.ID namespaceId,
String tableName,
Table.ID tableId,
String exportDir) |
| Modifier and Type | Method and Description |
|---|---|
Repo<Master> |
call(long tid,
Master env) |
long |
isReady(long tid,
Master environment) |
void |
undo(long tid,
Master env) |
getDescription, getReturnpublic static final int VERSION
public static final String DATA_VERSION_PROP
public static final String EXPORT_VERSION_PROP
public ExportTable(Namespace.ID namespaceId, String tableName, Table.ID tableId, String exportDir)
public long isReady(long tid,
Master environment)
throws Exception
isReady in interface ReadOnlyRepo<Master>isReady in class MasterRepoExceptionpublic Repo<Master> call(long tid, Master env)
call in interface Repo<Master>call in class MasterRepoCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.