Package org.apache.hadoop.hbase
Interface ExtendedCellScanner
- All Superinterfaces:
CellScanner
- All Known Subinterfaces:
Codec.Decoder,SizedExtendedCellScanner
- All Known Implementing Classes:
BaseDecoder,CellCodec.CellDecoder,CellCodecWithTags.CellDecoder,KeyValueCodec.ByteBuffKeyValueDecoder,KeyValueCodec.KeyValueDecoder,KeyValueCodecWithTags.ByteBuffKeyValueDecoder,KeyValueCodecWithTags.KeyValueDecoder,MessageCodec.MessageDecoder,Result,SecureWALCellCodec.EncryptedKvDecoder,WALCellCodec.CompressedKvDecoder
We use this class in HBase internally for getting
ExtendedCell directly without casting.
In general, all Cells in HBase should and must be ExtendedCell.
See HBASE-28684 and related issues for more details.
- See Also:
-
Method Summary
Methods inherited from interface org.apache.hadoop.hbase.CellScanner
advance
-
Method Details
-
current
Description copied from interface:CellScannerReturns the current Cell which may be mutable- Specified by:
currentin interfaceCellScanner
-