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

All Known Implementing Classes:
GetRequest, IndexRequest, ScanRequest

public interface RowRequest


Method Summary
 org.apache.hadoop.hbase.client.ResultScanner getResultScanner(Mapping mapping, WithArgs withArgs, org.apache.hadoop.hbase.client.HTableInterface table)
           
 

Method Detail

getResultScanner

org.apache.hadoop.hbase.client.ResultScanner getResultScanner(Mapping mapping,
                                                              WithArgs withArgs,
                                                              org.apache.hadoop.hbase.client.HTableInterface table)
                                                              throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.