Java org.apache.hadoop.io.compress CodecPool fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io.compress CodecPool fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io.compress CodecPool.

The text is from its open source code.

Method

CompressorgetCompressor(CompressionCodec codec)
CompressorgetCompressor(CompressionCodec codec, Configuration conf)
Get a Compressor for the given CompressionCodec from the pool or a new one.
DecompressorgetDecompressor(CompressionCodec codec)
Get a Decompressor for the given CompressionCodec from the pool or a new one.
voidreturnCompressor(Compressor compressor)
Return the Compressor to the pool.
voidreturnDecompressor(Decompressor decompressor)
Return the Decompressor to the pool.