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.namespaceQuotaCache
private Map<String,
QuotaState> QuotaCache.regionServerQuotaCache
private Map<TableName,
QuotaState> QuotaCache.tableQuotaCache
Methods 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
(String type, Scan scan, Connection connection, QuotaUtil.KeyFromRow<K> kfr) static Map<String,
QuotaState> QuotaUtil.fetchNamespaceQuotas
(Connection connection, double factor) private Map<String,
QuotaState> QuotaCache.fetchNamespaceQuotaStateEntries()
static Map<String,
QuotaState> QuotaUtil.fetchRegionServerQuotas
(Connection connection) private Map<String,
QuotaState> QuotaCache.fetchRegionServerQuotaStateEntries()
static Map<TableName,
QuotaState> QuotaUtil.fetchTableQuotas
(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 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.