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

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

public class ScanRequest
extends Object
implements RowRequest


Constructor Summary
ScanRequest(org.apache.hadoop.hbase.client.Scan scanValue)
           
 
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

ScanRequest

public ScanRequest(org.apache.hadoop.hbase.client.Scan scanValue)
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.