org.apache.hadoop.hbase
Interface CellScannable


@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. See CellScanner class comment for why we go dumber than java.util.Iterator.


Method Summary
 CellScanner cellScanner()
           
 

Method Detail

cellScanner

CellScanner cellScanner()
Returns:
A CellScanner over the contained Cells


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.