Class SqlStatementCountAggregator
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
-
- org.camunda.bpm.qa.performance.engine.framework.aggregate.SqlStatementCountAggregator
-
public class SqlStatementCountAggregator extends TabularResultAggregator
Aggregates the results from a Sql Statement Test run. This aggregator will count the statement types for eachStatementLogSqlSession.SqlStatementType
and add the counts to the resultset.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DELETES
static java.lang.String
INSERTS
static java.lang.String
SELECTS
static java.lang.String
TEST_NAME
static java.lang.String
UPDATES
-
Fields inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
resultDirectory
-
-
Constructor Summary
Constructors Constructor Description SqlStatementCountAggregator(java.lang.String resultsFolderPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TabularResultSet
createAggregatedResultsInstance()
protected void
processResults(PerfTestResults results, TabularResultSet tabularResultSet)
-
Methods inherited from class org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultAggregator
execute, postProcessResultSet, processFile, sortResults
-
-
-
-
Field Detail
-
TEST_NAME
public static final java.lang.String TEST_NAME
- See Also:
- Constant Field Values
-
INSERTS
public static final java.lang.String INSERTS
- See Also:
- Constant Field Values
-
DELETES
public static final java.lang.String DELETES
- See Also:
- Constant Field Values
-
UPDATES
public static final java.lang.String UPDATES
- See Also:
- Constant Field Values
-
SELECTS
public static final java.lang.String SELECTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAggregatedResultsInstance
protected TabularResultSet createAggregatedResultsInstance()
- Specified by:
createAggregatedResultsInstance
in classTabularResultAggregator
-
processResults
protected void processResults(PerfTestResults results, TabularResultSet tabularResultSet)
- Specified by:
processResults
in classTabularResultAggregator
-
-