| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Get
Used to perform Get operations on a single row. 
 | 
class  | 
ImmutableScan
Immutable version of Scan 
 | 
class  | 
Scan
Used to perform Scan operations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Query | 
Query.setACL(Map<String,Permission> perms)  | 
Query | 
Query.setACL(String user,
      Permission perms)  | 
Query | 
Query.setAuthorizations(Authorizations authorizations)
Sets the authorizations to be used by this Query 
 | 
Query | 
Query.setColumnFamilyTimeRange(byte[] cf,
                        long minStamp,
                        long maxStamp)
Get versions of columns only within the specified timestamp range,
 [minStamp, maxStamp) on a per CF bases. 
 | 
Query | 
Query.setConsistency(Consistency consistency)
Sets the consistency level for this operation 
 | 
Query | 
Query.setFilter(Filter filter)
Apply the specified server-side filter when performing the Query. 
 | 
Query | 
Query.setIsolationLevel(IsolationLevel level)
Set the isolation level for this query. 
 | 
Query | 
Query.setLoadColumnFamiliesOnDemand(boolean value)
Set the value indicating whether loading CFs on demand should be allowed (cluster
 default is false). 
 | 
Query | 
Query.setReplicaId(int Id)
Specify region replica id where Query will fetch data from. 
 | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.