org.apache.hadoop.hbase.rest
Class TableScanResource.CellSetModelStream

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.TableScanResource.CellSetModelStream
Enclosing class:
TableScanResource

public static class TableScanResource.CellSetModelStream
extends Object


Constructor Summary
TableScanResource.CellSetModelStream()
           
TableScanResource.CellSetModelStream(ArrayList<RowModel> rowList)
           
 
Method Summary
 Iterator<RowModel> getIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableScanResource.CellSetModelStream

public TableScanResource.CellSetModelStream()

TableScanResource.CellSetModelStream

public TableScanResource.CellSetModelStream(ArrayList<RowModel> rowList)
Method Detail

getIterator

public Iterator<RowModel> getIterator()


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.