Interface WALCellCodec.ByteStringUncompressor
- All Known Implementing Classes:
WALCellCodec.NoneUncompressor
,WALCellCodec.StatelessUncompressor
- Enclosing class:
- WALCellCodec
public static interface WALCellCodec.ByteStringUncompressor
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
uncompress
(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, Enum dictIndex)
-
Method Details
-
uncompress
byte[] uncompress(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, Enum dictIndex) throws IOException - Throws:
IOException
-