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, wait
initialize
public static LoggingMetricsReporter instance()
public void report(MetricsReport report)
MetricsReporter
MetricsReport
. A MetricsReport
is usually directly derived from a MetricsReport
instance.report
in interface MetricsReporter
report
- The MetricsReport
to report.