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 Cell
s 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:CellScannable
Returns A CellScanner over the containedCell
s- Specified by:
cellScanner
in interfaceCellScannable
-