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 TabularResultSet
BenchmarkAggregator.createAggregatedResultsInstance()
protected TabularResultSet
BenchmarkLongtermAggregator.createAggregatedResultsInstance()
Methods in org.camunda.bpm.qa.performance.engine.benchmark with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected void
BenchmarkAggregator.postProcessResultSet
(TabularResultSet tabularResultSet) protected void
BenchmarkAggregator.processResults
(PerfTestResults results, TabularResultSet tabularResultSet) protected void
BenchmarkLongtermAggregator.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 TabularResultSet
ActivityCountAggregator.createAggregatedResultsInstance()
protected TabularResultSet
ActivityCountAggregator.processPassResult
(List<String> watchActivities, PerfTestResult passResult) Methods in org.camunda.bpm.qa.performance.engine.framework.activitylog with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected void
ActivityCountAggregator.addTableBody
(TabularResultSet tabularResultSet, List<String> watchActivities, PerfTestResult passResult) protected void
ActivityCountAggregator.addTableHeaders
(TabularResultSet tabularResultSet, List<String> watchActivities) protected void
ActivityCountAggregator.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 TabularResultSet
SqlStatementCountAggregator.createAggregatedResultsInstance()
protected abstract TabularResultSet
TabularResultAggregator.createAggregatedResultsInstance()
TabularResultAggregator.execute()
Methods in org.camunda.bpm.qa.performance.engine.framework.aggregate with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected void
TabularResultAggregator.postProcessResultSet
(TabularResultSet tabularResultSet) protected void
TabularResultAggregator.processFile
(File resultFile, TabularResultSet tabularResultSet) protected void
SqlStatementCountAggregator.processResults
(PerfTestResults results, TabularResultSet tabularResultSet) protected abstract void
TabularResultAggregator.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 void
SectionedHtmlReportBuilder.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 TabularResultSet
SqlStatementCountAggregator.createAggregatedResultsInstance()
Methods in org.camunda.bpm.qa.performance.engine.sqlstatementlog with parameters of type TabularResultSetModifier and TypeMethodDescriptionprotected void
SqlStatementCountAggregator.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 String
CsvUtil.resultSetAsCsv
(TabularResultSet resultSet) static String
CsvUtil.resultSetAsCsvLine
(TabularResultSet resultSet) static void
CsvUtil.saveResultSetToFile
(String fileName, TabularResultSet resultSet)