Uses of Class
org.apache.hadoop.hbase.hbql.impl.Query

Packages that use Query
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.jdbc.impl   
 

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

Methods in org.apache.hadoop.hbase.hbql.impl that return Query
protected  Query<T> HResultSetImpl.getQuery()
           
static
<E> Query<E>
Query.newQuery(HConnectionImpl conn, SelectStatement selectStatement, Class clazz, QueryListener<E>... listeners)
           
 

Constructors in org.apache.hadoop.hbase.hbql.impl with parameters of type Query
HResultSetImpl(Query<T> query, CompletionQueueExecutor<R> completionQueueExecutor)
           
 

Uses of Query in org.apache.hadoop.hbase.jdbc.impl
 

Methods in org.apache.hadoop.hbase.jdbc.impl that return Query
 Query<HRecord> ResultSetImpl.getQuery()
           
 

Constructors in org.apache.hadoop.hbase.jdbc.impl with parameters of type Query
ResultSetImpl(StatementImpl statement, Query<HRecord> query, HResultSet<HRecord> results)
           
 



Copyright © 2011. All Rights Reserved.