Class EpicsParquetWriter.Builder

java.lang.Object
org.apache.parquet.hadoop.ParquetWriter.Builder<com.google.protobuf.Message,EpicsParquetWriter.Builder>
edu.stanford.slac.archiverappliance.plain.parquet.EpicsParquetWriter.Builder
Enclosing class:
EpicsParquetWriter

public static class EpicsParquetWriter.Builder extends org.apache.parquet.hadoop.ParquetWriter.Builder<com.google.protobuf.Message,EpicsParquetWriter.Builder>
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.parquet.hadoop.api.WriteSupport<com.google.protobuf.Message>
    getWriteSupport(org.apache.hadoop.conf.Configuration conf)
     
    protected org.apache.parquet.hadoop.api.WriteSupport<com.google.protobuf.Message>
    getWriteSupport(org.apache.parquet.conf.ParquetConfiguration conf)
     
     
    withMessage(Class<? extends com.google.protobuf.Message> messageClass)
     
     
    withType(ArchDBRTypes archDBRTypes)
     
    withYear(short year)
     

    Methods inherited from class org.apache.parquet.hadoop.ParquetWriter.Builder

    build, config, enableDictionaryEncoding, enablePageWriteChecksum, enableValidation, withAdaptiveBloomFilterEnabled, withAllocator, withBloomFilterCandidateNumber, withBloomFilterEnabled, withBloomFilterEnabled, withBloomFilterFPP, withBloomFilterNDV, withByteStreamSplitEncoding, withByteStreamSplitEncoding, withCodecFactory, withColumnIndexTruncateLength, withCompressionCodec, withConf, withConf, withDictionaryEncoding, withDictionaryEncoding, withDictionaryPageSize, withEncryption, withExtraMetaData, withFile, withMaxBloomFilterBytes, withMaxPaddingSize, withMaxRowCountForPageSizeCheck, withMinRowCountForPageSizeCheck, withPageRowCountLimit, withPageSize, withPageWriteChecksumEnabled, withRowGroupRowCountLimit, withRowGroupSize, withRowGroupSize, withSizeStatisticsEnabled, withSizeStatisticsEnabled, withStatisticsEnabled, withStatisticsEnabled, withStatisticsTruncateLength, withValidation, withWriteMode, withWriterVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details