Uses of Class
org.apache.hadoop.hbase.quotas.UserQuotaState
Packages that use org.apache.hadoop.hbase.quotas.UserQuotaState
-
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 inModifier and TypeMethodDescriptionprotected static org.apache.hadoop.hbase.quotas.UserQuotaStateQuotaUtil.buildDefaultUserQuotaState(org.apache.hadoop.conf.Configuration conf, long nowTs) org.apache.hadoop.hbase.quotas.UserQuotaStateQuotaCache.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