@FunctionalInterface public interface AvroBuilder<T> extends Serializable
AvroBulkWriter
from an OutputStream
.Modifier and Type | Method and Description |
---|---|
org.apache.avro.file.DataFileWriter<T> |
createWriter(OutputStream outputStream,
String compression)
Creates and configures an Avro writer to the given output file.
|
org.apache.avro.file.DataFileWriter<T> createWriter(OutputStream outputStream, String compression) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.