Package org.apache.iceberg.avro
Class GenericAvroWriter<T>
java.lang.Object
org.apache.iceberg.avro.GenericAvroWriter<T>
- All Implemented Interfaces:
- org.apache.avro.io.DatumWriter<T>,- MetricsAwareDatumWriter<T>
- 
Method SummaryModifier and TypeMethodDescriptionstatic <D> GenericAvroWriter<D> create(org.apache.avro.Schema schema) metrics()Returns a stream ofFieldMetricsthat this MetricsAwareDatumWriter keeps track of.voidsetSchema(org.apache.avro.Schema schema) void
- 
Method Details- 
create
- 
setSchemapublic void setSchema(org.apache.avro.Schema schema) - Specified by:
- setSchemain interface- org.apache.avro.io.DatumWriter<T>
 
- 
write- Specified by:
- writein interface- org.apache.avro.io.DatumWriter<T>
- Throws:
- IOException
 
- 
metricsDescription copied from interface:MetricsAwareDatumWriterReturns a stream ofFieldMetricsthat this MetricsAwareDatumWriter keeps track of.- Specified by:
- metricsin interface- MetricsAwareDatumWriter<T>
 
 
-