Package org.apache.iceberg.metrics
Class InMemoryMetricsReporter
java.lang.Object
org.apache.iceberg.metrics.InMemoryMetricsReporter
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- MetricsReporter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidreport(MetricsReport report) Indicates that an operation is done by reporting aMetricsReport.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.metrics.MetricsReporterclose, initialize
- 
Constructor Details- 
InMemoryMetricsReporterpublic InMemoryMetricsReporter()
 
- 
- 
Method Details- 
reportDescription copied from interface:MetricsReporterIndicates that an operation is done by reporting aMetricsReport. AMetricsReportis usually directly derived from aMetricsReportinstance.- Specified by:
- reportin interface- MetricsReporter
- Parameters:
- report- The- MetricsReportto report.
 
- 
scanReport
 
-