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 |
Scan
Used to perform Scan operations.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.setACL(Map<String,org.apache.hadoop.hbase.security.access.Permission> perms) |
Query |
Query.setACL(String user,
org.apache.hadoop.hbase.security.access.Permission perms) |
Query |
Query.setAuthorizations(org.apache.hadoop.hbase.security.visibility.Authorizations authorizations)
Sets the authorizations to be used by this Query
|
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.setReplicaId(int Id)
Specify region replica id where Query will fetch data from.
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.