public abstract class AbstractPerfReportWriter extends Object implements PerformanceReportWriter
| Modifier and Type | Field and Description |
|---|---|
protected ReportPlugin[] |
plugins |
static int |
REPORT_PLUGIN_CPU |
static int |
REPORT_PLUGIN_THROUGHPUT |
| Constructor and Description |
|---|
AbstractPerfReportWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected Map |
getSummary(int pluginType) |
protected void |
handleCsvData(int pluginType,
String csvData) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseReportWriter, openReportWriter, writeCsvData, writeInfo, writeProperties, writePropertiespublic static final int REPORT_PLUGIN_THROUGHPUT
public static final int REPORT_PLUGIN_CPU
protected ReportPlugin[] plugins
public AbstractPerfReportWriter()
protected void handleCsvData(int pluginType, String csvData)
protected Map getSummary(int pluginType)
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.