Uses of Class
org.apache.hadoop.hbase.client.Query

Packages that use Query
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.regionserver   
 

Uses of Query in org.apache.hadoop.hbase.client
 

Subclasses of Query in org.apache.hadoop.hbase.client
 class Get
          Used to perform Get operations on a single row.
 class Scan
          Used to perform Scan operations.
 

Methods in org.apache.hadoop.hbase.client that return Query
 Query Query.setFilter(Filter filter)
          Apply the specified server-side filter when performing the Query.
 

Uses of Query in org.apache.hadoop.hbase.regionserver
 

Subclasses of Query in org.apache.hadoop.hbase.regionserver
 class InternalScan
          Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.