See: Description
| Interface | Description |
|---|---|
| DataExporter |
The Interface DataExporter represents an engine to export data from samples
consumption.
|
| Class | Description |
|---|---|
| AbstractDataExporter |
The Class AbstractDataExporter provides a base class for DataExporter.
|
| HtmlTemplateExporter |
The class HtmlTemplateExporter provides a data exporter that generates and
processes template files using freemarker.
|
| JsonExporter |
Implementation of
DataExporter that exports statistics to JSON |
| JsonizerVisitor |
The class JsonizerVisitor provides a visitor that can get json-like string
from ResultData.
|
| ReportGenerator |
The class ReportGenerator provides a way to generate all the templated files
of the plugin.
|
| SamplingStatistic |
Statistics about a Transaction (Sampler or TransactionController)
|
| TemplateVisitor |
The class TemplateVisitor visits files in a template directory to copy
regular files and process templated ones.
|
| Exception | Description |
|---|---|
| ExportException |
The class ExportException provides an exception when data export fails.
|
| GenerationException |
The class GenerationException provides an exception when report generation
fails.
|
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.