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 UserQuotaStateMethods in org.apache.hadoop.hbase.quotas that return UserQuotaStateModifier and TypeMethodDescriptionprotected static UserQuotaState
QuotaUtil.buildDefaultUserQuotaState
(org.apache.hadoop.conf.Configuration conf) 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, Map<TableName, Double> tableMachineQuotaFactors, double factor) private Map<String,
UserQuotaState> QuotaCache.fetchUserQuotaStateEntries()
(package private) Map<String,
UserQuotaState> QuotaCache.getUserQuotaCache()
visible for testing