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(org.apache.hadoop.conf.Configuration conf, String type, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Connection connection, org.apache.hadoop.hbase.quotas.QuotaUtil.KeyFromRow<K> kfr) QuotaUtil.fetchNamespaceQuotas(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Connection connection, double factor) QuotaUtil.fetchRegionServerQuotas(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Connection connection) static Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.QuotaState> QuotaUtil.fetchTableQuotas(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Connection connection, 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.