Uses of Enum
org.apache.parquet.hadoop.ParquetFileWriter.Mode

Packages that use ParquetFileWriter.Mode
Package
Description
 
  • Uses of ParquetFileWriter.Mode in org.apache.parquet.hadoop

    Modifier and Type
    Method
    Description
    ParquetFileWriter.Mode.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    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.Mode
    Modifier
    Constructor
    Description
     
    ParquetFileWriter(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.0
     
    ParquetFileWriter(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.0
     
    ParquetFileWriter(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.0
     
    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)
     
     
    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)
     
     
    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.InternalFileEncryptor encryptor)
    Deprecated.
     
    ParquetFileWriter(org.apache.parquet.io.OutputFile file, org.apache.parquet.schema.MessageType schema, ParquetFileWriter.Mode mode, long rowGroupSize, int maxPaddingSize, org.apache.parquet.crypto.FileEncryptionProperties encryptionProperties, org.apache.parquet.column.ParquetProperties props)