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_POOLprivate static final ConcurrentMap<Class<ByteBuffDecompressor>,NavigableSet<ByteBuffDecompressor>> CodecPool.BYTE_BUFF_DECOMPRESSOR_POOLMethods in org.apache.hadoop.hbase.io.compress that return ByteBuffDecompressorModifier and TypeMethodDescriptionByteBuffDecompressionCodec.createByteBuffDecompressor()static ByteBuffDecompressorCodecPool.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 voidCodecPool.returnByteBuffDecompressor(ByteBuffDecompressor decompressor) voidCompression.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 TypeClassDescriptionclassGlue 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()