| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
List<QuotaSettings> |
Admin.getQuota(QuotaFilter filter)
List the quotas based on the filter.
|
CompletableFuture<List<QuotaSettings>> |
AsyncAdmin.getQuota(QuotaFilter filter)
List the quotas based on the filter.
|
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 |
|---|---|
QuotaFilter |
QuotaFilter.addTypeFilter(QuotaType type)
Add a type to the filter list
|
QuotaFilter |
QuotaFilter.setNamespaceFilter(String regex)
Set the namespace filter regex
|
QuotaFilter |
QuotaFilter.setRegionServerFilter(String regex)
Set the region server filter regex
|
QuotaFilter |
QuotaFilter.setTableFilter(String regex)
Set the table filter regex
|
QuotaFilter |
QuotaFilter.setUserFilter(String regex)
Set the user filter regex
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
QuotaRetriever(Connection conn,
QuotaFilter filter) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.