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