Uses of Class
org.apache.hadoop.hbase.quotas.QuotaState
-
Uses of QuotaState in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
QuotaState> QuotaCache.namespaceQuotaCache
private final ConcurrentMap<String,
QuotaState> QuotaCache.regionServerQuotaCache
private final ConcurrentMap<TableName,
QuotaState> QuotaCache.tableQuotaCache
Modifier and TypeMethodDescriptionprivate <K,
V extends QuotaState>
voidQuotaCache.QuotaRefresherChore.fetch
(String type, ConcurrentMap<K, V> quotasMap, QuotaCache.Fetcher<K, V> fetcher) Modifier and TypeMethodDescriptionprivate <K> QuotaState
QuotaCache.getQuotaState
(ConcurrentMap<K, QuotaState> quotasMap, K key) Returns the QuotaState requested.Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptionprivate <K> QuotaState
QuotaCache.getQuotaState
(ConcurrentMap<K, QuotaState> quotasMap, K key) Returns the QuotaState requested.