| Package | Description |
|---|---|
| org.apache.phoenix.pherf.configuration |
| Modifier and Type | Method and Description |
|---|---|
ExecutionType |
QuerySet.getExecutionType()
This can be either SERIAL or PARALLEL
|
static ExecutionType |
ExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySet.setExecutionType(ExecutionType executionType) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.