| 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() |
Authorizations |
ImmutableScan.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
Get |
Get.setAuthorizations(Authorizations authorizations) |
Query |
Query.setAuthorizations(Authorizations authorizations)
Sets the authorizations to be used by this Query n
|
Scan |
ImmutableScan.setAuthorizations(Authorizations authorizations) |
Scan |
Scan.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 n * @return the
converted client Authorizations n
|
static Authorizations |
ProtobufUtil.toAuthorizations(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Authorizations proto)
Convert a protocol buffer Authorizations to a client Authorizations n * @return the converted
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.