Package org.apache.flink.formats.avro
Interface AvroBuilder<T>
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A builder to create an
AvroBulkWriter from an OutputStream.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.avro.file.DataFileWriter<T>createWriter(OutputStream outputStream) Creates and configures an Avro writer to the given output file.
-
Method Details
-
createWriter
Creates and configures an Avro writer to the given output file.- Throws:
IOException
-