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