Package org.apache.hadoop.hbase
Interface ExtendedCellScannable
- All Superinterfaces:
CellScannable
- All Known Subinterfaces:
HBaseRpcController
- All Known Implementing Classes:
Append,DelegatingHBaseRpcController,Delete,HBaseRpcControllerImpl,Increment,Mutation,Put,Result
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
-
Method Details
-
cellScanner
Description copied from interface:CellScannableReturns A CellScanner over the containedCells- Specified by:
cellScannerin interfaceCellScannable
-