Uses of Interface
org.apache.hadoop.hbase.io.compress.ByteBuffDecompressor
Packages that use ByteBuffDecompressor
-
Uses of ByteBuffDecompressor in org.apache.hadoop.hbase.io.compress
Fields in org.apache.hadoop.hbase.io.compress with type parameters of type ByteBuffDecompressorModifier and TypeFieldDescriptionprivate static final ConcurrentMap<Class<ByteBuffDecompressor>,
NavigableSet<ByteBuffDecompressor>> CodecPool.BYTE_BUFF_DECOMPRESSOR_POOL
private static final ConcurrentMap<Class<ByteBuffDecompressor>,
NavigableSet<ByteBuffDecompressor>> CodecPool.BYTE_BUFF_DECOMPRESSOR_POOL
Methods in org.apache.hadoop.hbase.io.compress that return ByteBuffDecompressorModifier and TypeMethodDescriptionByteBuffDecompressionCodec.createByteBuffDecompressor()
static ByteBuffDecompressor
CodecPool.getByteBuffDecompressor
(ByteBuffDecompressionCodec codec) Compression.Algorithm.getByteBuffDecompressor()
Be sure to callCompression.Algorithm.supportsByteBuffDecompression()
before calling this method.Methods in org.apache.hadoop.hbase.io.compress that return types with arguments of type ByteBuffDecompressorModifier and TypeMethodDescriptionClass<? extends ByteBuffDecompressor>
ByteBuffDecompressionCodec.getByteBuffDecompressorType()
Methods in org.apache.hadoop.hbase.io.compress with parameters of type ByteBuffDecompressorModifier and TypeMethodDescriptionstatic void
CodecPool.returnByteBuffDecompressor
(ByteBuffDecompressor decompressor) void
Compression.Algorithm.returnByteBuffDecompressor
(ByteBuffDecompressor decompressor) -
Uses of ByteBuffDecompressor in org.apache.hadoop.hbase.io.compress.zstd
Classes in org.apache.hadoop.hbase.io.compress.zstd that implement ByteBuffDecompressorModifier and TypeClassDescriptionclass
Glue for ByteBuffDecompressor on top of zstd-jniMethods in org.apache.hadoop.hbase.io.compress.zstd that return ByteBuffDecompressorMethods in org.apache.hadoop.hbase.io.compress.zstd that return types with arguments of type ByteBuffDecompressorModifier and TypeMethodDescriptionClass<? extends ByteBuffDecompressor>
ZstdCodec.getByteBuffDecompressorType()