| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin. |
| org.apache.hadoop.hbase.shaded.protobuf |
| 限定符和类型 | 方法和说明 |
|---|---|
Authorizations |
Query.getAuthorizations() |
| 限定符和类型 | 方法和说明 |
|---|---|
Query |
Query.setAuthorizations(Authorizations authorizations)
Sets the authorizations to be used by this Query
|
Scan |
Scan.setAuthorizations(Authorizations authorizations) |
Get |
Get.setAuthorizations(Authorizations authorizations) |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.