public class ScramblingPlan extends SimpleTreePlan
This plan consists of three nodes:
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_METADATA_KEY |
| Modifier and Type | Method and Description |
|---|---|
static ScramblingPlan |
create(String newSchemaName,
String newTableName,
String oldSchemaName,
String oldTableName,
ScramblingMethod method,
Map<String,String> options)
Limitations:
Currently, this class only works for the databases that support "CREATE TABLE ... |
getNodeGroupIDs, getNodesInGroup, getReportingNodepublic static final String COLUMN_METADATA_KEY
public static ScramblingPlan create(String newSchemaName, String newTableName, String oldSchemaName, String oldTableName, ScramblingMethod method, Map<String,String> options)
newSchemaName - newTableName - oldSchemaName - oldTableName - method - options - Key-value map. It must contain the following keys: "blockColumnName",
"tierColumnName", "blockCount" (optional)Copyright © 2018 University of Michigan. All rights reserved.