Class WALCellCodec.StatelessUncompressor
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.StatelessUncompressor
- All Implemented Interfaces:
WALCellCodec.ByteStringUncompressor
- Enclosing class:
- WALCellCodec
static class WALCellCodec.StatelessUncompressor
extends Object
implements WALCellCodec.ByteStringUncompressor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
uncompress
(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, Enum dictIndex)
-
Field Details
-
compressionContext
-
-
Constructor Details
-
StatelessUncompressor
-
-
Method Details
-
uncompress
public byte[] uncompress(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, Enum dictIndex) throws IOException - Specified by:
uncompress
in interfaceWALCellCodec.ByteStringUncompressor
- Throws:
IOException
-