T - The type of record to write.@PublicEvolving public class ParquetWriterFactory<T> extends Object implements org.apache.flink.api.common.serialization.BulkWriter.Factory<T>
BulkWriter. The factory takes a user-supplied builder to
assemble Parquet's writer and then turns it into a Flink BulkWriter.| Constructor and Description |
|---|
ParquetWriterFactory(ParquetBuilder<T> writerBuilder)
Creates a new ParquetWriterFactory using the given builder to assemble the ParquetWriter.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.serialization.BulkWriter<T> |
create(org.apache.flink.core.fs.FSDataOutputStream stream) |
public ParquetWriterFactory(ParquetBuilder<T> writerBuilder)
writerBuilder - The builder to construct the ParquetWriter.public org.apache.flink.api.common.serialization.BulkWriter<T> create(org.apache.flink.core.fs.FSDataOutputStream stream) throws IOException
create in interface org.apache.flink.api.common.serialization.BulkWriter.Factory<T>IOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.