| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
QuotaRetriever |
Admin.getQuotaRetriever(QuotaFilter filter)
Deprecated.
Since 2.0.0. Will be removed in 3.0.0. Use
Admin.getQuota(QuotaFilter). |
| Modifier and Type | Method and Description |
|---|---|
static QuotaRetriever |
QuotaRetriever.open(org.apache.hadoop.conf.Configuration conf)
Deprecated.
Since 3.0.0, will be removed in 4.0.0. Use
QuotaRetriever(Configuration, Scan) instead. |
static QuotaRetriever |
QuotaRetriever.open(org.apache.hadoop.conf.Configuration conf,
QuotaFilter filter)
Deprecated.
Since 3.0.0, will be removed in 4.0.0. Use
QuotaRetriever(Configuration, Scan) instead. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.