Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Class and Description |
---|---|
class |
UserQuotaState
In-Memory state of the user quotas
|
Modifier and Type | Method and Description |
---|---|
static <K> Map<K,QuotaState> |
QuotaUtil.fetchGlobalQuotas(String type,
Connection connection,
List<Get> gets,
org.apache.hadoop.hbase.quotas.QuotaUtil.KeyFromRow<K> kfr) |
static Map<String,QuotaState> |
QuotaUtil.fetchNamespaceQuotas(Connection connection,
List<Get> gets) |
static Map<TableName,QuotaState> |
QuotaUtil.fetchTableQuotas(Connection connection,
List<Get> gets) |
Modifier and Type | Method and Description |
---|---|
void |
UserQuotaState.update(QuotaState other)
Perform an update of the quota state based on the other quota state object.
|
void |
QuotaState.update(QuotaState other)
Perform an update of the quota info based on the other quota info object.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.