Package org.apache.hadoop.hbase.codec
Interface Codec.Decoder
- All Superinterfaces:
CellScanner,ExtendedCellScanner
- All Known Implementing Classes:
BaseDecoder,CellCodec.CellDecoder,CellCodecWithTags.CellDecoder,KeyValueCodec.ByteBuffKeyValueDecoder,KeyValueCodec.KeyValueDecoder,KeyValueCodecWithTags.ByteBuffKeyValueDecoder,KeyValueCodecWithTags.KeyValueDecoder,MessageCodec.MessageDecoder,SecureWALCellCodec.EncryptedKvDecoder,WALCellCodec.CompressedKvDecoder
- Enclosing interface:
- Codec
Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner
runs off the end of the cell block. Do this rather than require the user call close explicitly.
-
Method Summary
Methods inherited from interface org.apache.hadoop.hbase.CellScanner
advanceMethods inherited from interface org.apache.hadoop.hbase.ExtendedCellScanner
current