Uses of Class
org.apache.parquet.hadoop.api.WriteSupport
-
Packages that use WriteSupport Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job:org.apache.parquet.hadoop.api APIs to integrate various type systems with Parquetorg.apache.parquet.hadoop.example -
-
Uses of WriteSupport in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return WriteSupport Modifier and Type Method Description WriteSupport<T>ParquetOutputFormat. getWriteSupport(org.apache.hadoop.conf.Configuration configuration)protected abstract WriteSupport<T>ParquetWriter.Builder. getWriteSupport(org.apache.hadoop.conf.Configuration conf)Constructors in org.apache.parquet.hadoop with parameters of type WriteSupport Constructor Description ParquetRecordWriter(ParquetFileWriter w, WriteSupport<T> writeSupport, MessageType schema, Map<String,String> extraMetaData, int blockSize, int pageSize, CodecFactory.BytesCompressor compressor, int dictionaryPageSize, boolean enableDictionary, boolean validating, ParquetProperties.WriterVersion writerVersion)Deprecated.ParquetRecordWriter(ParquetFileWriter w, WriteSupport<T> writeSupport, MessageType schema, Map<String,String> extraMetaData, long blockSize, int pageSize, CodecFactory.BytesCompressor compressor, int dictionaryPageSize, boolean enableDictionary, boolean validating, ParquetProperties.WriterVersion writerVersion, MemoryManager memoryManager)Deprecated.ParquetWriter(org.apache.hadoop.fs.Path file, org.apache.hadoop.conf.Configuration conf, WriteSupport<T> writeSupport)Deprecated.ParquetWriter(org.apache.hadoop.fs.Path file, WriteSupport<T> writeSupport)Deprecated.will be removed in 2.0.0ParquetWriter(org.apache.hadoop.fs.Path file, WriteSupport<T> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize)Deprecated.will be removed in 2.0.0ParquetWriter(org.apache.hadoop.fs.Path file, WriteSupport<T> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, boolean enableDictionary, boolean validating)Deprecated.will be removed in 2.0.0ParquetWriter(org.apache.hadoop.fs.Path file, WriteSupport<T> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, int dictionaryPageSize, boolean enableDictionary, boolean validating)Deprecated.will be removed in 2.0.0ParquetWriter(org.apache.hadoop.fs.Path file, WriteSupport<T> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, int dictionaryPageSize, boolean enableDictionary, boolean validating, ParquetProperties.WriterVersion writerVersion)Deprecated.will be removed in 2.0.0ParquetWriter(org.apache.hadoop.fs.Path file, WriteSupport<T> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, int dictionaryPageSize, boolean enableDictionary, boolean validating, ParquetProperties.WriterVersion writerVersion, org.apache.hadoop.conf.Configuration conf)Deprecated.will be removed in 2.0.0ParquetWriter(org.apache.hadoop.fs.Path file, ParquetFileWriter.Mode mode, WriteSupport<T> writeSupport, org.apache.parquet.hadoop.metadata.CompressionCodecName compressionCodecName, int blockSize, int pageSize, int dictionaryPageSize, boolean enableDictionary, boolean validating, ParquetProperties.WriterVersion writerVersion, org.apache.hadoop.conf.Configuration conf)Deprecated.will be removed in 2.0.0 -
Uses of WriteSupport in org.apache.parquet.hadoop.api
Subclasses of WriteSupport in org.apache.parquet.hadoop.api Modifier and Type Class Description classDelegatingWriteSupport<T>Helps composing write supportsConstructors in org.apache.parquet.hadoop.api with parameters of type WriteSupport Constructor Description DelegatingWriteSupport(WriteSupport<T> delegate) -
Uses of WriteSupport in org.apache.parquet.hadoop.example
Subclasses of WriteSupport in org.apache.parquet.hadoop.example Modifier and Type Class Description classGroupWriteSupportMethods in org.apache.parquet.hadoop.example that return WriteSupport Modifier and Type Method Description protected WriteSupport<Group>ExampleParquetWriter.Builder. getWriteSupport(org.apache.hadoop.conf.Configuration conf)
-