public class CreateTable extends MasterRepo
| Constructor and Description |
|---|
CreateTable(String user,
String tableName,
TimeType timeType,
Map<String,String> props,
String splitFile,
int splitCount,
String splitDirsFile,
InitialTableState initialTableState,
Namespace.ID namespaceId) |
| Modifier and Type | Method and Description |
|---|---|
Repo<Master> |
call(long tid,
Master master) |
long |
isReady(long tid,
Master environment) |
void |
undo(long tid,
Master env) |
getDescription, getReturnpublic CreateTable(String user, String tableName, TimeType timeType, Map<String,String> props, String splitFile, int splitCount, String splitDirsFile, InitialTableState initialTableState, Namespace.ID namespaceId)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.