public class QuerySet extends Object
| Constructor and Description |
|---|
QuerySet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConcurrency()
Target concurrency.
|
long |
getExecutionDurationInMs()
Execution duration of query per thread.
|
ExecutionType |
getExecutionType()
This can be either SERIAL or PARALLEL
|
int |
getMaxConcurrency()
Maximum concurrency for a query set
|
int |
getMinConcurrency()
Minimum concurrency level for a query set
|
long |
getNumberOfExecutions()
Number of execution of query per thread.
|
List<Query> |
getQuery()
List of queries in each query set
|
void |
setConcurrency(String concurrency) |
void |
setExecutionDurationInMs(long executionDurationInMs) |
void |
setExecutionType(ExecutionType executionType) |
void |
setNumberOfExecutions(long numberOfExecutions) |
void |
setQuery(List<Query> query) |
String |
toString() |
public String getConcurrency()
public void setConcurrency(String concurrency)
public long getNumberOfExecutions()
public void setNumberOfExecutions(long numberOfExecutions)
public int getMinConcurrency()
public int getMaxConcurrency()
public ExecutionType getExecutionType()
public void setExecutionType(ExecutionType executionType)
public long getExecutionDurationInMs()
public void setExecutionDurationInMs(long executionDurationInMs)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.