|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |