Uses of Class
org.apache.hadoop.hbase.quotas.UserQuotaState
-
Uses of UserQuotaState in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
UserQuotaState> QuotaCache.userQuotaCache
Modifier and TypeMethodDescriptionprotected static UserQuotaState
QuotaUtil.buildDefaultUserQuotaState
(org.apache.hadoop.conf.Configuration conf, long nowTs) QuotaCache.getUserQuotaState
(org.apache.hadoop.security.UserGroupInformation ugi) Returns the QuotaState associated to the specified user.Modifier and TypeMethodDescriptionstatic Map<String,
UserQuotaState> QuotaUtil.fetchUserQuotas
(Connection connection, List<Get> gets, Map<TableName, Double> tableMachineQuotaFactors, double factor) (package private) Map<String,
UserQuotaState> QuotaCache.getUserQuotaCache()