| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
Query.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.setAuthorizations(Authorizations authorizations)
Sets the authorizations to be used by this Query
|
Scan |
Scan.setAuthorizations(Authorizations authorizations) |
Get |
Get.setAuthorizations(Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static Authorizations |
ProtobufUtil.toAuthorizations(byte[] protoBytes)
Convert a protocol buffer Authorizations bytes to a client Authorizations
|
static Authorizations |
ProtobufUtil.toAuthorizations(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Authorizations proto)
Convert a protocol buffer Authorizations to a client Authorizations
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Authorizations |
ProtobufUtil.toAuthorizations(Authorizations authorizations)
Create a protocol buffer Authorizations based on a client Authorizations.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.