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

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

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.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.