@InterfaceAudience.Private public class Lz4Codec.HadoopLz4Compressor extends HadoopCompressor<io.airlift.compress.lz4.Lz4Compressor>
bufferSize, bytesRead, bytesWritten, compressor, finish, finished, inBuf, outBuf
Constructor and Description |
---|
HadoopLz4Compressor() |
HadoopLz4Compressor(io.airlift.compress.lz4.Lz4Compressor compressor) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBufferSize(org.apache.hadoop.conf.Configuration conf) |
(package private) int |
getLevel(org.apache.hadoop.conf.Configuration conf) |
compress, end, finish, finished, getBytesRead, getBytesWritten, maxCompressedLength, needsInput, reinit, reset, setDictionary, setInput
HadoopLz4Compressor(io.airlift.compress.lz4.Lz4Compressor compressor)
HadoopLz4Compressor()
int getLevel(org.apache.hadoop.conf.Configuration conf)
getLevel
in class HadoopCompressor<io.airlift.compress.lz4.Lz4Compressor>
int getBufferSize(org.apache.hadoop.conf.Configuration conf)
getBufferSize
in class HadoopCompressor<io.airlift.compress.lz4.Lz4Compressor>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.