- All Known Subinterfaces:
- HBaseRpcController
- All Known Implementing Classes:
- Append, DelegatingHBaseRpcController, Delete, HBaseRpcControllerImpl, Increment, Mutation, Put, Result
@InterfaceAudience.Private
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.