| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration | |
| org.apache.phoenix.pherf.result | |
| org.apache.phoenix.pherf.workload |
| Modifier and Type | Method and Description |
|---|---|
DataModel |
XMLConfigParser.getDataModelByName(String name) |
static DataModel |
XMLConfigParser.readDataModel(Path file)
Unmarshall an XML data file
|
| Modifier and Type | Method and Description |
|---|---|
List<DataModel> |
XMLConfigParser.getDataModels() |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLConfigParser.writeDataModel(DataModel data,
OutputStream output) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataModelResult |
| Constructor and Description |
|---|
DataModelResult(DataModel dataModel) |
DataModelResult(DataModel dataModel,
String zookeeper) |
| Modifier and Type | Method and Description |
|---|---|
protected Runnable |
QueryExecutor.executeAllScenarios(DataModel dataModel)
Execute all scenarios
|
protected Runnable |
QueryExecutor.exportAllScenarios(DataModel dataModel)
Export all queries results to CSV
|
| Constructor and Description |
|---|
QueryExecutor(XMLConfigParser parser,
PhoenixUtil util,
ExecutorService pool,
List<DataModel> dataModels,
String queryHint,
boolean exportCSV,
PherfConstants.RunMode runMode) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.