org.apache.hadoop.hbase.hbql.impl
Class NonExecutorResultSet<T>

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.impl.HResultSetImpl<T,Object>
      extended by org.apache.hadoop.hbase.hbql.impl.NonExecutorResultSet<T>
All Implemented Interfaces:
Iterable<T>, HResultSet<T>

public class NonExecutorResultSet<T>
extends HResultSetImpl<T,Object>


Method Summary
 Iterator<T> iterator()
           
protected  void submitWork(List<RowRequest> rowRequestList)
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.impl.HResultSetImpl
cleanUpAtEndOfIterator, close, closeResultScanner, getAggregateRecord, getClientExpressionTree, getCompletionQueueExecutor, getCurrentResultScanner, getHConnectionImpl, getMappingContext, getMaxVersions, getQuery, getResultScannerList, getReturnedRecordCount, getReturnedRecordLimit, getSelectStmt, getTableName, getTableWrapper, getWithArgs, incrementRecordCount, isClosed, returnedRecordLimitMet, setAggregateRecord, setCurrentResultScanner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

submitWork

protected void submitWork(List<RowRequest> rowRequestList)
Specified by:
submitWork in class HResultSetImpl<T,Object>

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>
Specified by:
iterator in class HResultSetImpl<T,Object>


Copyright © 2011. All Rights Reserved.