Uses of Interface
org.apache.activemq.tool.reports.PerformanceReportWriter
-
Packages that use PerformanceReportWriter Package Description org.apache.activemq.tool org.apache.activemq.tool.reports org.apache.activemq.tool.sampler -
-
Uses of PerformanceReportWriter in org.apache.activemq.tool
Methods in org.apache.activemq.tool that return PerformanceReportWriter Modifier and Type Method Description protected PerformanceReportWriter
AbstractJmsClientSystem. createPerfWriter()
-
Uses of PerformanceReportWriter in org.apache.activemq.tool.reports
Classes in org.apache.activemq.tool.reports that implement PerformanceReportWriter Modifier and Type Class Description class
AbstractPerfReportWriter
class
VerbosePerfReportWriter
class
XmlFilePerfReportWriter
-
Uses of PerformanceReportWriter in org.apache.activemq.tool.sampler
Fields in org.apache.activemq.tool.sampler declared as PerformanceReportWriter Modifier and Type Field Description protected PerformanceReportWriter
AbstractPerformanceSampler. perfReportWriter
Methods in org.apache.activemq.tool.sampler that return PerformanceReportWriter Modifier and Type Method Description PerformanceReportWriter
AbstractPerformanceSampler. getPerfReportWriter()
PerformanceReportWriter
PerformanceSampler. getPerfReportWriter()
Methods in org.apache.activemq.tool.sampler with parameters of type PerformanceReportWriter Modifier and Type Method Description void
AbstractPerformanceSampler. setPerfReportWriter(PerformanceReportWriter perfReportWriter)
void
PerformanceSampler. setPerfReportWriter(PerformanceReportWriter writer)
-