T
- The type of record to write.public class AvroWriterFactory<T> extends Object
AvroBulkWriter
.Constructor and Description |
---|
AvroWriterFactory(AvroBuilder<T> avroBuilder)
Creates a new AvroWriterFactory using the given builder to assemble the ParquetWriter.
|
Modifier and Type | Method and Description |
---|---|
AvroBulkWriter<T> |
create(PositionOutputStream out,
String compression) |
public AvroWriterFactory(AvroBuilder<T> avroBuilder)
public AvroBulkWriter<T> create(PositionOutputStream out, String compression) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.