org.apache.hadoop.hbase.hbql.statement.select
Class IndexRequest

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.statement.select.IndexRequest
All Implemented Interfaces:
RowRequest

public class IndexRequest
extends Object
implements RowRequest


Constructor Summary
IndexRequest(byte[] startRow, byte[] stopRow, Set<ColumnAttrib> columnAttribs)
           
 
Method Summary
 org.apache.hadoop.hbase.client.ResultScanner getResultScanner(Mapping mapping, WithArgs withArgs, org.apache.hadoop.hbase.client.HTableInterface table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexRequest

public IndexRequest(byte[] startRow,
                    byte[] stopRow,
                    Set<ColumnAttrib> columnAttribs)
Method Detail

getResultScanner

public org.apache.hadoop.hbase.client.ResultScanner getResultScanner(Mapping mapping,
                                                                     WithArgs withArgs,
                                                                     org.apache.hadoop.hbase.client.HTableInterface table)
                                                              throws HBqlException
Specified by:
getResultScanner in interface RowRequest
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.