| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration | |
| org.apache.phoenix.pherf.result | |
| org.apache.phoenix.pherf.rules | |
| org.apache.phoenix.pherf.util | |
| org.apache.phoenix.pherf.workload |
| Modifier and Type | Method and Description |
|---|---|
Scenario |
XMLConfigParser.getScenarioByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Scenario> |
XMLConfigParser.getScenarios() |
List<Scenario> |
DataModel.getScenarios() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataModel.setScenarios(List<Scenario> scenarios) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScenarioResult |
| Constructor and Description |
|---|
ScenarioResult(Scenario scenario) |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
RulesApplier.getDataForRule(Scenario scenario,
Column phxMetaColumn)
Get a data value based on rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhoenixUtil.executeScenarioDdl(Scenario scenario)
Executes any ddl defined at the scenario level.
|
boolean |
PhoenixUtil.executeStatement(String sql,
Scenario scenario) |
void |
PhoenixUtil.updatePhoenixStats(String tableName,
Scenario scenario)
Update Phoenix table stats
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteWorkload.updatePhoenixStats(String tableName,
Scenario scenario)
TODO Move this method to PhoenixUtil
Update Phoenix table stats
|
Future<org.apache.phoenix.pherf.workload.WriteWorkload.Info> |
WriteWorkload.upsertData(Scenario scenario,
List<Column> columns,
String tableName,
int rowCount,
DataLoadThreadTime dataLoadThreadTime) |
| Constructor and Description |
|---|
WriteWorkload(PhoenixUtil phoenixUtil,
Properties properties,
XMLConfigParser parser,
Scenario scenario,
PherfConstants.GeneratePhoenixStats generateStatistics)
Default the writers to use up all available cores for threads.
|
WriteWorkload(PhoenixUtil phoenixUtil,
XMLConfigParser parser,
Scenario scenario,
PherfConstants.GeneratePhoenixStats generateStatistics) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.