Uses of Class
org.apache.parquet.hadoop.CodecFactory.BytesCompressor
-
Packages that use CodecFactory.BytesCompressor Package Description org.apache.parquet.hadoop Provides classes to store use Parquet files in Hadoop In a map reduce job: -
-
Uses of CodecFactory.BytesCompressor in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return CodecFactory.BytesCompressor Modifier and Type Method Description protected CodecFactory.BytesCompressorCodecFactory. createCompressor(org.apache.parquet.hadoop.metadata.CompressionCodecName codecName)CodecFactory.BytesCompressorCodecFactory. getCompressor(org.apache.parquet.hadoop.metadata.CompressionCodecName codecName)Constructors in org.apache.parquet.hadoop with parameters of type CodecFactory.BytesCompressor Constructor Description ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor, org.apache.parquet.schema.MessageType schema, org.apache.parquet.bytes.ByteBufferAllocator allocator, int columnIndexTruncateLength)ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor, org.apache.parquet.schema.MessageType schema, org.apache.parquet.bytes.ByteBufferAllocator allocator, int columnIndexTruncateLength, boolean pageWriteChecksumEnabled)ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor, org.apache.parquet.schema.MessageType schema, org.apache.parquet.bytes.ByteBufferAllocator allocator, int columnIndexTruncateLength, boolean pageWriteChecksumEnabled, InternalFileEncryptor fileEncryptor, int rowGroupOrdinal)ParquetRecordWriter(ParquetFileWriter w, WriteSupport<T> writeSupport, org.apache.parquet.schema.MessageType schema, Map<String,String> extraMetaData, int blockSize, int pageSize, CodecFactory.BytesCompressor compressor, int dictionaryPageSize, boolean enableDictionary, boolean validating, org.apache.parquet.column.ParquetProperties.WriterVersion writerVersion)Deprecated.ParquetRecordWriter(ParquetFileWriter w, WriteSupport<T> writeSupport, org.apache.parquet.schema.MessageType schema, Map<String,String> extraMetaData, long blockSize, int pageSize, CodecFactory.BytesCompressor compressor, int dictionaryPageSize, boolean enableDictionary, boolean validating, org.apache.parquet.column.ParquetProperties.WriterVersion writerVersion, MemoryManager memoryManager)Deprecated.
-