Uses of Class
org.apache.hadoop.hbase.quotas.QuotaState
Packages that use org.apache.hadoop.hbase.quotas.QuotaState
-
Uses of org.apache.hadoop.hbase.quotas.QuotaState in org.apache.hadoop.hbase.quotas
Subclasses of org.apache.hadoop.hbase.quotas.QuotaState in in org.apache.hadoop.hbase.quotasModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.UserQuotaStateIn-Memory state of the user quotasMethods in org.apache.hadoop.hbase.quotas that return types with arguments of type org.apache.hadoop.hbase.quotas.QuotaState in inModifier and TypeMethodDescriptionstatic <K> Map<K,org.apache.hadoop.hbase.quotas.QuotaState> QuotaUtil.fetchGlobalQuotas(String type, org.apache.hadoop.hbase.client.Connection connection, List<org.apache.hadoop.hbase.client.Get> gets, org.apache.hadoop.hbase.quotas.QuotaUtil.KeyFromRow<K> kfr) QuotaUtil.fetchNamespaceQuotas(org.apache.hadoop.hbase.client.Connection connection, List<org.apache.hadoop.hbase.client.Get> gets, double factor) QuotaUtil.fetchRegionServerQuotas(org.apache.hadoop.hbase.client.Connection connection, List<org.apache.hadoop.hbase.client.Get> gets) static Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.QuotaState> QuotaUtil.fetchTableQuotas(org.apache.hadoop.hbase.client.Connection connection, List<org.apache.hadoop.hbase.client.Get> gets, Map<org.apache.hadoop.hbase.TableName, Double> tableMachineFactors) Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.QuotaState in inModifier and TypeMethodDescriptionvoidQuotaState.update(org.apache.hadoop.hbase.quotas.QuotaState other) Perform an update of the quota info based on the other quota info object.voidUserQuotaState.update(org.apache.hadoop.hbase.quotas.QuotaState other) Perform an update of the quota state based on the other quota state object.