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 final ConcurrentMap<String,
QuotaState> QuotaCache.namespaceQuotaCache
private final ConcurrentMap<String,
QuotaState> QuotaCache.regionServerQuotaCache
private final ConcurrentMap<TableName,
QuotaState> QuotaCache.tableQuotaCache
Methods in org.apache.hadoop.hbase.quotas with type parameters of type QuotaStateModifier and TypeMethodDescriptionprivate <K,
V extends QuotaState>
voidQuotaCache.QuotaRefresherChore.fetch
(String type, ConcurrentMap<K, V> quotasMap, QuotaCache.Fetcher<K, V> fetcher) Methods in org.apache.hadoop.hbase.quotas that return QuotaStateModifier and TypeMethodDescriptionprivate <K> QuotaState
QuotaCache.getQuotaState
(ConcurrentMap<K, QuotaState> quotasMap, K key) Returns the QuotaState requested.Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type QuotaStateModifier and TypeMethodDescriptionstatic <K> Map<K,
QuotaState> QuotaUtil.fetchGlobalQuotas
(String type, Connection connection, List<Get> gets, QuotaUtil.KeyFromRow<K> kfr) static Map<String,
QuotaState> QuotaUtil.fetchNamespaceQuotas
(Connection connection, List<Get> gets, double factor) static Map<String,
QuotaState> QuotaUtil.fetchRegionServerQuotas
(Connection connection, List<Get> gets) static Map<TableName,
QuotaState> QuotaUtil.fetchTableQuotas
(Connection connection, List<Get> gets, Map<TableName, Double> tableMachineFactors) (package private) Map<String,
QuotaState> QuotaCache.getNamespaceQuotaCache()
(package private) Map<String,
QuotaState> QuotaCache.getRegionServerQuotaCache()
(package private) Map<TableName,
QuotaState> QuotaCache.getTableQuotaCache()
Methods in org.apache.hadoop.hbase.quotas with parameters of type QuotaStateModifier and TypeMethodDescriptionvoid
QuotaState.update
(QuotaState other) Perform an update of the quota info based on the other quota info object.void
UserQuotaState.update
(QuotaState other) Perform an update of the quota state based on the other quota state object.Method parameters in org.apache.hadoop.hbase.quotas with type arguments of type QuotaStateModifier and TypeMethodDescriptionprivate <K> QuotaState
QuotaCache.getQuotaState
(ConcurrentMap<K, QuotaState> quotasMap, K key) Returns the QuotaState requested.