| 程序包 | 说明 |
|---|---|
| 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.quotas |
| 限定符和类型 | 方法和说明 |
|---|---|
QuotaRetriever |
Admin.getQuotaRetriever(QuotaFilter filter)
已过时。
Since 2.0.0. Will be removed in 3.0.0. Use
Admin.getQuota(QuotaFilter). |
QuotaRetriever |
HBaseAdmin.getQuotaRetriever(QuotaFilter filter) |
| 限定符和类型 | 方法和说明 |
|---|---|
static QuotaRetriever |
QuotaRetriever.open(org.apache.hadoop.conf.Configuration conf)
Open a QuotaRetriever with no filter, all the quota settings will be returned.
|
static QuotaRetriever |
QuotaRetriever.open(org.apache.hadoop.conf.Configuration conf,
QuotaFilter filter)
Open a QuotaRetriever with the specified filter.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.