Uses of Interface
org.apache.hadoop.hbase.hbql.statement.select.RowRequest

Packages that use RowRequest
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.statement.args   
org.apache.hadoop.hbase.hbql.statement.select   
 

Uses of RowRequest in org.apache.hadoop.hbase.hbql.impl
 

Methods in org.apache.hadoop.hbase.hbql.impl that return types with arguments of type RowRequest
 List<RowRequest> Query.getRowRequestList()
           
 

Method parameters in org.apache.hadoop.hbase.hbql.impl with type arguments of type RowRequest
protected  void ResultScannerExecutorResultSet.submitWork(List<RowRequest> rowRequestList)
           
protected  void ResultExecutorResultSet.submitWork(List<RowRequest> rowRequestList)
           
protected  void NonExecutorResultSet.submitWork(List<RowRequest> rowRequestList)
           
protected abstract  void HResultSetImpl.submitWork(List<RowRequest> rowRequestList)
           
 

Uses of RowRequest in org.apache.hadoop.hbase.hbql.statement.args
 

Methods in org.apache.hadoop.hbase.hbql.statement.args that return types with arguments of type RowRequest
 List<RowRequest> WithArgs.getRowRequestList(HConnectionImpl conn, Mapping mapping, Set<ColumnAttrib> columnAttribs)
           
 List<RowRequest> KeyRange.getRowRequestList(WithArgs withArgs, ColumnAttrib keyAttrib, Set<ColumnAttrib> columnAttribs)
           
 

Uses of RowRequest in org.apache.hadoop.hbase.hbql.statement.select
 

Classes in org.apache.hadoop.hbase.hbql.statement.select that implement RowRequest
 class GetRequest
           
 class IndexRequest
           
 class ScanRequest
           
 



Copyright © 2011. All Rights Reserved.