Interface CellScannable

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

@Public public interface CellScannable
Implementer can return a CellScanner over its Cell content. Class name is ugly but mimicing java.util.Iterable only we are about the dumber CellScanner rather than say Iterator<Cell>. See CellScanner class comment for why we go dumber than java.util.Iterator.
  • Method Summary

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