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

Packages that use org.apache.hadoop.hbase.quotas.UserQuotaState
Package
Description
 
  • Uses of org.apache.hadoop.hbase.quotas.UserQuotaState in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.UserQuotaState in in
    Modifier and Type
    Method
    Description
    protected static org.apache.hadoop.hbase.quotas.UserQuotaState
    QuotaUtil.buildDefaultUserQuotaState(org.apache.hadoop.conf.Configuration conf, long nowTs)
     
    org.apache.hadoop.hbase.quotas.UserQuotaState
    QuotaCache.getUserQuotaState(org.apache.hadoop.security.UserGroupInformation ugi)
    Returns the QuotaState associated to the specified user.
    Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type org.apache.hadoop.hbase.quotas.UserQuotaState in in
    Modifier and Type
    Method
    Description
    static Map<String,org.apache.hadoop.hbase.quotas.UserQuotaState>
    QuotaUtil.fetchUserQuotas(org.apache.hadoop.hbase.client.Connection connection, List<org.apache.hadoop.hbase.client.Get> gets, Map<org.apache.hadoop.hbase.TableName,Double> tableMachineQuotaFactors, double factor)