Uses of Class
org.camunda.bpm.qa.performance.engine.framework.aggregate.TabularResultSet
Packages that use TabularResultSet
Package
Description
-
Uses of TabularResultSet in org.camunda.bpm.qa.performance.engine.benchmark
Methods in org.camunda.bpm.qa.performance.engine.benchmark that return TabularResultSetModifier and TypeMethodDescriptionprotected TabularResultSetBenchmarkAggregator.createAggregatedResultsInstance()protected TabularResultSetBenchmarkLongtermAggregator.createAggregatedResultsInstance()Methods in org.camunda.bpm.qa.performance.engine.benchmark with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected voidBenchmarkAggregator.postProcessResultSet(TabularResultSet tabularResultSet) protected voidBenchmarkAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) protected voidBenchmarkLongtermAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) -
Uses of TabularResultSet in org.camunda.bpm.qa.performance.engine.framework.activitylog
Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog that return TabularResultSetModifier and TypeMethodDescriptionprotected TabularResultSetActivityCountAggregator.createAggregatedResultsInstance()protected TabularResultSetActivityCountAggregator.processPassResult(List<String> watchActivities, PerfTestResult passResult) Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected voidActivityCountAggregator.addTableBody(TabularResultSet tabularResultSet, List<String> watchActivities, PerfTestResult passResult) protected voidActivityCountAggregator.addTableHeaders(TabularResultSet tabularResultSet, List<String> watchActivities) protected voidActivityCountAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) -
Uses of TabularResultSet in org.camunda.bpm.qa.performance.engine.framework.aggregate
Methods in org.camunda.bpm.qa.performance.engine.framework.aggregate that return TabularResultSetModifier and TypeMethodDescriptionprotected TabularResultSetSqlStatementCountAggregator.createAggregatedResultsInstance()protected abstract TabularResultSetTabularResultAggregator.createAggregatedResultsInstance()TabularResultAggregator.execute()Methods in org.camunda.bpm.qa.performance.engine.framework.aggregate with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected voidTabularResultAggregator.postProcessResultSet(TabularResultSet tabularResultSet) protected voidTabularResultAggregator.processFile(File resultFile, TabularResultSet tabularResultSet) protected voidSqlStatementCountAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) protected abstract voidTabularResultAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) -
Uses of TabularResultSet in org.camunda.bpm.qa.performance.engine.framework.report
Fields in org.camunda.bpm.qa.performance.engine.framework.report declared as TabularResultSetMethods in org.camunda.bpm.qa.performance.engine.framework.report with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected voidSectionedHtmlReportBuilder.addHtmlTable(HtmlDocumentBuilder builder, TabularResultSet resultSet) Constructors in org.camunda.bpm.qa.performance.engine.framework.report with parameters of type TabularResultSet -
Uses of TabularResultSet in org.camunda.bpm.qa.performance.engine.sqlstatementlog
Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog that return TabularResultSetModifier and TypeMethodDescriptionprotected TabularResultSetSqlStatementCountAggregator.createAggregatedResultsInstance()Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected voidSqlStatementCountAggregator.processResults(PerfTestResults results, TabularResultSet tabularResultSet) -
Uses of TabularResultSet in org.camunda.bpm.qa.performance.engine.util
Methods in org.camunda.bpm.qa.performance.engine.util with parameters of type TabularResultSetModifier and TypeMethodDescriptionstatic StringCsvUtil.resultSetAsCsv(TabularResultSet resultSet) static StringCsvUtil.resultSetAsCsvLine(TabularResultSet resultSet) static voidCsvUtil.saveResultSetToFile(String fileName, TabularResultSet resultSet)