Uses of Class
org.apache.hadoop.hbase.quotas.QuotaState
Packages that use QuotaState
-
Uses of QuotaState in org.apache.hadoop.hbase.quotas
Subclasses of QuotaState in org.apache.hadoop.hbase.quotasFields in org.apache.hadoop.hbase.quotas with type parameters of type QuotaStateModifier and TypeFieldDescriptionprivate Map<String,QuotaState> QuotaCache.namespaceQuotaCacheprivate Map<String,QuotaState> QuotaCache.regionServerQuotaCacheprivate Map<TableName,QuotaState> QuotaCache.tableQuotaCacheMethods in org.apache.hadoop.hbase.quotas with type parameters of type QuotaStateModifier and TypeMethodDescription(package private) static <K,V extends QuotaState>
voidQuotaCache.updateNewCacheFromOld(Map<K, V> oldCache, Map<K, V> newCache) visible for testingMethods in org.apache.hadoop.hbase.quotas that return types with arguments of type QuotaStateModifier and TypeMethodDescriptionstatic <K> Map<K,QuotaState> QuotaUtil.fetchGlobalQuotas(org.apache.hadoop.conf.Configuration conf, String type, Scan scan, Connection connection, QuotaUtil.KeyFromRow<K> kfr) static Map<String,QuotaState> QuotaUtil.fetchNamespaceQuotas(org.apache.hadoop.conf.Configuration conf, Connection connection, double factor) private Map<String,QuotaState> QuotaCache.fetchNamespaceQuotaStateEntries()static Map<String,QuotaState> QuotaUtil.fetchRegionServerQuotas(org.apache.hadoop.conf.Configuration conf, Connection connection) private Map<String,QuotaState> QuotaCache.fetchRegionServerQuotaStateEntries()static Map<TableName,QuotaState> QuotaUtil.fetchTableQuotas(org.apache.hadoop.conf.Configuration conf, Connection connection, Map<TableName, Double> tableMachineFactors) private Map<TableName,QuotaState> QuotaCache.fetchTableQuotaStateEntries()(package private) Map<String,QuotaState> QuotaCache.getNamespaceQuotaCache()visible for testing(package private) Map<String,QuotaState> QuotaCache.getRegionServerQuotaCache()visible for testing(package private) Map<TableName,QuotaState> QuotaCache.getTableQuotaCache()visible for testingMethods in org.apache.hadoop.hbase.quotas with parameters of type QuotaStateModifier and TypeMethodDescriptionvoidQuotaState.update(QuotaState other) Perform an update of the quota info based on the other quota info object.voidUserQuotaState.update(QuotaState other) Perform an update of the quota state based on the other quota state object.