Interface ExtendedCellScannable

All Superinterfaces:
CellScannable
All Known Subinterfaces:
HBaseRpcController
All Known Implementing Classes:
Append, DelegatingHBaseRpcController, Delete, HBaseRpcControllerImpl, Increment, Mutation, Put, Result

@Private public interface ExtendedCellScannable extends CellScannable
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

    Modifier and Type
    Method
    Description
    Returns A CellScanner over the contained Cells