| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
Query.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
|
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
|
static Authorizations |
ProtobufUtil.toAuthorizations(org.apache.hadoop.hbase.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.protobuf.generated.ClientProtos.Authorizations |
ProtobufUtil.toAuthorizations(Authorizations authorizations)
Create a protocol buffer Authorizations based on a client Authorizations.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.