| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.quotas |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TimeBasedLimiter
Simple time based limiter that checks the quota Throttle
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected QuotaLimiter |
QuotaState.globalLimiter |
| 限定符和类型 | 方法和说明 |
|---|---|
static QuotaLimiter |
QuotaLimiterFactory.fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) |
QuotaLimiter |
QuotaState.getGlobalLimiter()
Return the limiter associated with this quota.
|
QuotaLimiter |
QuotaCache.getNamespaceLimiter(String namespace)
Returns the limiter associated to the specified namespace.
|
QuotaLimiter |
UserQuotaState.getTableLimiter(TableName table)
Return the limiter for the specified table associated with this quota.
|
QuotaLimiter |
QuotaCache.getTableLimiter(TableName table)
Returns the limiter associated to the specified table.
|
QuotaLimiter |
QuotaCache.getUserLimiter(org.apache.hadoop.security.UserGroupInformation ugi,
TableName table)
Returns the limiter associated to the specified user/table.
|
static QuotaLimiter |
QuotaLimiterFactory.update(QuotaLimiter a,
QuotaLimiter b) |
| 限定符和类型 | 方法和说明 |
|---|---|
static QuotaLimiter |
QuotaLimiterFactory.update(QuotaLimiter a,
QuotaLimiter b) |
| 构造器和说明 |
|---|
DefaultOperationQuota(QuotaLimiter... limiters) |
| 构造器和说明 |
|---|
DefaultOperationQuota(List<QuotaLimiter> limiters)
NOTE: The order matters.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.