Uses of Class
org.apache.hadoop.hbase.quotas.QuotaState

Packages that use org.apache.hadoop.hbase.quotas.QuotaState
Package
Description
 
  • 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.quotas
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.quotas.UserQuotaState
    In-Memory state of the user quotas
    Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type org.apache.hadoop.hbase.quotas.QuotaState in in
    Modifier and Type
    Method
    Description
    static <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)
     
    static Map<String,org.apache.hadoop.hbase.quotas.QuotaState>
    QuotaUtil.fetchNamespaceQuotas(org.apache.hadoop.hbase.client.Connection connection, List<org.apache.hadoop.hbase.client.Get> gets, double factor)
     
    static Map<String,org.apache.hadoop.hbase.quotas.QuotaState>
    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 in
    Modifier and Type
    Method
    Description
    void
    QuotaState.update(org.apache.hadoop.hbase.quotas.QuotaState other)
    Perform an update of the quota info based on the other quota info object.
    void
    UserQuotaState.update(org.apache.hadoop.hbase.quotas.QuotaState other)
    Perform an update of the quota state based on the other quota state object.