Package org.apache.iceberg.metrics
Class LoggingMetricsReporter
java.lang.Object
org.apache.iceberg.metrics.LoggingMetricsReporter
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- MetricsReporter
A default 
MetricsReporter implementation that logs the MetricsReport to the log
 file.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LoggingMetricsReporterinstance()voidreport(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- 
LoggingMetricsReporterpublic LoggingMetricsReporter()
 
- 
- 
Method Details- 
instance
- 
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.
 
 
-