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 Summary
Modifier and TypeMethodDescriptionstatic <D> GenericAvroWriter<D>
create
(org.apache.avro.Schema schema) metrics()
Returns a stream ofFieldMetrics
that this MetricsAwareDatumWriter keeps track of.void
setSchema
(org.apache.avro.Schema schema) void
-
Method Details
-
create
-
setSchema
public void setSchema(org.apache.avro.Schema schema) - Specified by:
setSchema
in interfaceorg.apache.avro.io.DatumWriter<T>
-
write
- Specified by:
write
in interfaceorg.apache.avro.io.DatumWriter<T>
- Throws:
IOException
-
metrics
Description copied from interface:MetricsAwareDatumWriter
Returns a stream ofFieldMetrics
that this MetricsAwareDatumWriter keeps track of.- Specified by:
metrics
in interfaceMetricsAwareDatumWriter<T>
-