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, wait
close, initialize
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.public ScanReport scanReport()