Package org.apache.hadoop.hbase
Interface CellScannable
- All Known Subinterfaces:
ExtendedCellScannable
,HBaseRpcController
- All Known Implementing Classes:
Append
,DelegatingHBaseRpcController
,Delete
,HBaseRpcControllerImpl
,Increment
,Mutation
,Put
,Result
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
-
Method Details
-
cellScanner
Returns A CellScanner over the containedCell
s
-