Uses of Enum
org.apache.parquet.hadoop.ParquetFileWriter.Mode
Packages that use ParquetFileWriter.Mode
-
Uses of ParquetFileWriter.Mode in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return ParquetFileWriter.ModeModifier and TypeMethodDescriptionstatic ParquetFileWriter.Mode
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.Constructors in org.apache.parquet.hadoop with parameters of type ParquetFileWriter.ModeModifierConstructorDescriptionParquetFileWriter
(org.apache.hadoop.conf.Configuration configuration, org.apache.parquet.schema.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, org.apache.parquet.schema.MessageType schema, org.apache.hadoop.fs.Path file, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize) Deprecated.will be removed in 2.0.0ParquetFileWriter
(org.apache.parquet.io.OutputFile file, org.apache.parquet.schema.MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize) Deprecated.will be removed in 2.0.0ParquetFileWriter
(org.apache.parquet.io.OutputFile file, org.apache.parquet.schema.MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize, int columnIndexTruncateLength, int statisticsTruncateLength, boolean pageWriteChecksumEnabled) ParquetFileWriter
(org.apache.parquet.io.OutputFile file, org.apache.parquet.schema.MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize, int columnIndexTruncateLength, int statisticsTruncateLength, boolean pageWriteChecksumEnabled, org.apache.parquet.crypto.FileEncryptionProperties encryptionProperties)