Uses of Class
org.apache.hadoop.hbase.quotas.UserQuotaState
Packages that use UserQuotaState
-
Uses of UserQuotaState in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas with type parameters of type UserQuotaStateModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
UserQuotaState> QuotaCache.userQuotaCache
Methods in org.apache.hadoop.hbase.quotas that return UserQuotaStateModifier 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.Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type UserQuotaStateModifier 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()