@Deprecated public class LzoCodec extends LzoCodec
LzoCodec
(such as SequenceFile).
The class is marked as @deprecated and should not be used explicitly in the
future.
A warning message will be generated when a user wants to use this class to
generate LZO compressed data. Not the case for decompression because this is
the legitimate backward compatibility usage.DEFAULT_LZO_BUFFER_SIZE, LZO_BUFFER_SIZE_KEY, LZO_COMPRESSION_LEVEL_KEY, LZO_COMPRESSOR_KEY, LZO_DECOMPRESSOR_KEY, MAX_BLOCK_SIZE, UNDEFINED_COMPRESSION_LEVEL
Constructor and Description |
---|
LzoCodec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.io.compress.CompressionOutputStream |
createOutputStream(OutputStream out,
org.apache.hadoop.io.compress.Compressor compressor)
Deprecated.
|
createCompressor, createDecompressor, createInputStream, createInputStream, createOutputStream, getCompressorType, getDecompressorType, getDefaultExtension, setBufferSize, setCompressionLevel, setCompressionStrategy, setDecompressionStrategy
public LzoCodec()
public org.apache.hadoop.io.compress.CompressionOutputStream createOutputStream(OutputStream out, org.apache.hadoop.io.compress.Compressor compressor) throws IOException
createOutputStream
in interface org.apache.hadoop.io.compress.CompressionCodec
createOutputStream
in class LzoCodec
IOException