@InterfaceAudience.Private public class ZstdCodec.HadoopZstdCompressor extends HadoopCompressor<io.airlift.compress.zstd.ZstdCompressor>
bufferSize, bytesRead, bytesWritten, compressor, finish, finished, inBuf, outBuf
Constructor and Description |
---|
HadoopZstdCompressor() |
HadoopZstdCompressor(io.airlift.compress.zstd.ZstdCompressor 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
HadoopZstdCompressor(io.airlift.compress.zstd.ZstdCompressor compressor)
HadoopZstdCompressor()
int getLevel(org.apache.hadoop.conf.Configuration conf)
getLevel
in class HadoopCompressor<io.airlift.compress.zstd.ZstdCompressor>
int getBufferSize(org.apache.hadoop.conf.Configuration conf)
getBufferSize
in class HadoopCompressor<io.airlift.compress.zstd.ZstdCompressor>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.