public class LoggingMetricsReporter extends java.lang.Object implements MetricsReporter
MetricsReporter implementation that logs the MetricsReport to the log
file.| Constructor and Description |
|---|
LoggingMetricsReporter() |
| Modifier and Type | Method and Description |
|---|---|
static LoggingMetricsReporter |
instance() |
void |
report(MetricsReport report)
Indicates that an operation is done by reporting a
MetricsReport. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, initializepublic static LoggingMetricsReporter instance()
public void report(MetricsReport report)
MetricsReporterMetricsReport. A MetricsReport is usually directly derived from a MetricsReport instance.report in interface MetricsReporterreport - The MetricsReport to report.