Uses of Class
org.apache.parquet.hadoop.ParquetFileWriter.Mode
-
Packages that use ParquetFileWriter.Mode Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job: -
-
Uses of ParquetFileWriter.Mode in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return ParquetFileWriter.Mode Modifier and Type Method Description static ParquetFileWriter.ModeParquetFileWriter.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static ParquetFileWriter.Mode[]ParquetFileWriter.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.hadoop with parameters of type ParquetFileWriter.Mode Modifier and Type Method Description org.apache.hadoop.mapreduce.RecordWriter<Void,T>ParquetOutputFormat. getRecordWriter(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path file, org.apache.parquet.hadoop.metadata.CompressionCodecName codec, ParquetFileWriter.Mode mode)org.apache.hadoop.mapreduce.RecordWriter<Void,T>ParquetOutputFormat. getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext, org.apache.hadoop.fs.Path file, ParquetFileWriter.Mode mode)org.apache.hadoop.mapreduce.RecordWriter<Void,T>ParquetOutputFormat. getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext, ParquetFileWriter.Mode mode)SELFParquetWriter.Builder. withWriteMode(ParquetFileWriter.Mode mode)Set thewrite modeused when creating the backing file for this writer.Constructors in org.apache.parquet.hadoop with parameters of type ParquetFileWriter.Mode Constructor Description ParquetFileWriter(org.apache.hadoop.conf.Configuration configuration, MessageType schema, org.apache.hadoop.fs.Path file, ParquetFileWriter.Mode mode)Deprecated.will be removed in 2.0.0ParquetFileWriter(org.apache.hadoop.conf.Configuration configuration, MessageType schema, org.apache.hadoop.fs.Path file, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize)Deprecated.will be removed in 2.0.0ParquetFileWriter(OutputFile file, MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize)Deprecated.will be removed in 2.0.0ParquetFileWriter(OutputFile file, MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize, int columnIndexTruncateLength, int statisticsTruncateLength, boolean pageWriteChecksumEnabled)ParquetFileWriter(OutputFile file, MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize, int columnIndexTruncateLength, int statisticsTruncateLength, boolean pageWriteChecksumEnabled, FileEncryptionProperties encryptionProperties)ParquetWriter(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
-