Class ParquetProtoWriters.ParquetProtoWriterBuilder<T extends com.google.protobuf.Message>
- java.lang.Object
-
- org.apache.parquet.hadoop.ParquetWriter.Builder<T,ParquetProtoWriters.ParquetProtoWriterBuilder<T>>
-
- org.apache.flink.formats.parquet.protobuf.ParquetProtoWriters.ParquetProtoWriterBuilder<T>
-
- Enclosing class:
- ParquetProtoWriters
public static class ParquetProtoWriters.ParquetProtoWriterBuilder<T extends com.google.protobuf.Message> extends org.apache.parquet.hadoop.ParquetWriter.Builder<T,ParquetProtoWriters.ParquetProtoWriterBuilder<T>>
The builder for ProtobufParquetWriter.
-
-
Constructor Summary
Constructors Constructor Description ParquetProtoWriterBuilder(org.apache.parquet.io.OutputFile outputFile, Class<T> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.parquet.hadoop.api.WriteSupport<T>getWriteSupport(org.apache.hadoop.conf.Configuration conf)protected ParquetProtoWriters.ParquetProtoWriterBuilder<T>self()-
Methods inherited from class org.apache.parquet.hadoop.ParquetWriter.Builder
build, config, enableDictionaryEncoding, enablePageWriteChecksum, enableValidation, getWriteSupport, withAdaptiveBloomFilterEnabled, withAllocator, withBloomFilterCandidateNumber, withBloomFilterEnabled, withBloomFilterEnabled, withBloomFilterFPP, withBloomFilterNDV, withByteStreamSplitEncoding, withCodecFactory, withColumnIndexTruncateLength, withCompressionCodec, withConf, withConf, withDictionaryEncoding, withDictionaryEncoding, withDictionaryPageSize, withEncryption, withExtraMetaData, withMaxBloomFilterBytes, withMaxPaddingSize, withMaxRowCountForPageSizeCheck, withMinRowCountForPageSizeCheck, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupSize, withRowGroupSize, withSizeStatisticsEnabled, withSizeStatisticsEnabled, withStatisticsEnabled, withStatisticsEnabled, withStatisticsTruncateLength, withValidation, withWriteMode, withWriterVersion
-
-
-
-
Method Detail
-
self
protected ParquetProtoWriters.ParquetProtoWriterBuilder<T> self()
- Specified by:
selfin classorg.apache.parquet.hadoop.ParquetWriter.Builder<T extends com.google.protobuf.Message,ParquetProtoWriters.ParquetProtoWriterBuilder<T extends com.google.protobuf.Message>>
-
getWriteSupport
protected org.apache.parquet.hadoop.api.WriteSupport<T> getWriteSupport(org.apache.hadoop.conf.Configuration conf)
- Specified by:
getWriteSupportin classorg.apache.parquet.hadoop.ParquetWriter.Builder<T extends com.google.protobuf.Message,ParquetProtoWriters.ParquetProtoWriterBuilder<T extends com.google.protobuf.Message>>
-
-