| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeBasedLimiter
Simple time based limiter that checks the quota Throttle
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaLimiter |
QuotaLimiterFactory.fromThrottle(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) |
| Modifier and Type | Method and Description |
|---|---|
static QuotaLimiter |
QuotaLimiterFactory.update(QuotaLimiter a,
QuotaLimiter b) |
| Constructor and Description |
|---|
DefaultOperationQuota(QuotaLimiter... limiters) |
| Constructor and Description |
|---|
DefaultOperationQuota(List<QuotaLimiter> limiters)
NOTE: The order matters.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.