Class BaseDecoder

java.lang.Object
org.apache.hadoop.hbase.codec.BaseDecoder
All Implemented Interfaces:
CellScanner, Codec.Decoder, ExtendedCellScanner
Direct Known Subclasses:
CellCodec.CellDecoder, CellCodecWithTags.CellDecoder, KeyValueCodec.KeyValueDecoder, KeyValueCodecWithTags.KeyValueDecoder, MessageCodec.MessageDecoder, WALCellCodec.CompressedKvDecoder

@LimitedPrivate({"Coprocesssor","Phoenix"}) public abstract class BaseDecoder extends Object implements Codec.Decoder
Base implementation for Codec.Decoder.