Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.quotas | |
org.apache.hadoop.hbase.thrift2.client |
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) . |
QuotaRetriever |
HBaseAdmin.getQuotaRetriever(QuotaFilter filter) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QuotaRetriever |
ThriftAdmin.getQuotaRetriever(QuotaFilter filter) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.