| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration | |
| org.apache.phoenix.pherf.util |
| Modifier and Type | Method and Description |
|---|---|
List<Ddl> |
Scenario.getPostScenarioDdls() |
List<Ddl> |
Scenario.getPreScenarioDdls() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scenario.setPostScenarioDdls(List<Ddl> postScenarioDdls)
Scenario level DDLs (for views/index/async) that are executed after data load
|
void |
Scenario.setPreScenarioDdls(List<Ddl> preScenarioDdls)
Scenario level DDLs (for views/index/async) that are executed before data load
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhoenixUtil.executeScenarioDdl(List<Ddl> ddls,
String tenantId,
DataLoadTimeSummary dataLoadTimeSummary)
Executes any ddl defined at the scenario level.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.