public class CSVLatencyReportModule extends AbstractReportModule
ReportModule which creates a CSV file that reports how often (2nd
column) which latency (1st column) was measured.context| Constructor and Description |
|---|
CSVLatencyReportModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(String serviceId,
LatencyCounter[] counters,
ExecutionConfig executionConfig,
PerformanceRequirement requirement)
implements backwards-compatibility of inheritors of older versions of
this class
|
String |
getReportReference(String serviceId) |
String |
getReportReferenceLabel(String serviceId) |
void |
starting(String serviceId) |
completed, error, invoked, setContextpublic String getReportReferenceLabel(String serviceId)
getReportReferenceLabel in interface ReportModulegetReportReferenceLabel in class AbstractReportModulepublic String getReportReference(String serviceId)
getReportReference in interface ReportModulegetReportReference in class AbstractReportModulepublic void starting(String serviceId)
starting in interface ReportModulestarting in class AbstractReportModulepublic void completed(String serviceId, LatencyCounter[] counters, ExecutionConfig executionConfig, PerformanceRequirement requirement)
AbstractReportModulecompleted in interface ReportModulecompleted in class AbstractReportModuleCopyright © 2019. All rights reserved.