| Package | Description |
|---|---|
| org.apache.phoenix.pherf | |
| org.apache.phoenix.pherf.result | |
| org.apache.phoenix.pherf.workload |
| Modifier and Type | Method and Description |
|---|---|
static PherfConstants.RunMode |
PherfConstants.RunMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PherfConstants.RunMode[] |
PherfConstants.RunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<ResultValue>> |
QueryResult.getCsvDetailedRepresentation(ResultUtil util,
PherfConstants.RunMode runMode) |
void |
ResultUtil.write(ResultHandler resultHandler,
DataModelResult dataModelResult,
PherfConstants.RunMode runMode) |
| Constructor and Description |
|---|
ResultManager(PherfConstants.RunMode runMode,
List<ResultHandler> resultHandlers) |
ResultManager(String fileNameSeed,
PherfConstants.RunMode runMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecutor.execute(String queryHint,
boolean exportCSV,
PherfConstants.RunMode runMode)
Calls in Multithreaded Query Executor for all datamodels
|
void |
WorkloadExecutor.executeMultithreadedQueryExecutor(String queryHint,
boolean export,
PherfConstants.RunMode runMode)
Executes all scenario multi-threaded query sets
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.