Uses of Interface
org.apache.hadoop.hbase.quotas.QuotaLimiter
Packages that use org.apache.hadoop.hbase.quotas.QuotaLimiter
-
Uses of org.apache.hadoop.hbase.quotas.QuotaLimiter in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.TimeBasedLimiterSimple time based limiter that checks the quota ThrottleFields in org.apache.hadoop.hbase.quotas declared as org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaState.globalLimiterFields in org.apache.hadoop.hbase.quotas with type parameters of type org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifier and TypeFieldDescriptionprotected final List<org.apache.hadoop.hbase.quotas.QuotaLimiter>DefaultOperationQuota.limitersMethods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaLimiterFactory.fromThrottle(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaState.getGlobalLimiter()Return the limiter associated with this quota.org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaCache.getNamespaceLimiter(String namespace) Returns the limiter associated to the specified namespace.org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaCache.getRegionServerQuotaLimiter(String regionServer) Returns the limiter associated to the specified region server.org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaCache.getTableLimiter(org.apache.hadoop.hbase.TableName table) Returns the limiter associated to the specified table.org.apache.hadoop.hbase.quotas.QuotaLimiterUserQuotaState.getTableLimiter(org.apache.hadoop.hbase.TableName table) Return the limiter for the specified table associated with this quota.org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaCache.getUserLimiter(org.apache.hadoop.security.UserGroupInformation ugi, org.apache.hadoop.hbase.TableName table) Returns the limiter associated to the specified user/table.static org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaLimiterFactory.update(org.apache.hadoop.hbase.quotas.QuotaLimiter a, org.apache.hadoop.hbase.quotas.QuotaLimiter b) Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.QuotaLimiterQuotaLimiterFactory.update(org.apache.hadoop.hbase.quotas.QuotaLimiter a, org.apache.hadoop.hbase.quotas.QuotaLimiter b) Constructors in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifierConstructorDescriptionDefaultOperationQuota(org.apache.hadoop.conf.Configuration conf, int blockSizeBytes, double requestsPerSecond, org.apache.hadoop.hbase.quotas.QuotaLimiter... limiters) ExceedOperationQuota(org.apache.hadoop.conf.Configuration conf, int blockSizeBytes, double requestsPerSecond, org.apache.hadoop.hbase.quotas.QuotaLimiter regionServerLimiter, org.apache.hadoop.hbase.quotas.QuotaLimiter... limiters) Constructor parameters in org.apache.hadoop.hbase.quotas with type arguments of type org.apache.hadoop.hbase.quotas.QuotaLimiter in inModifierConstructorDescriptionDefaultOperationQuota(org.apache.hadoop.conf.Configuration conf, double requestsPerSecond, List<org.apache.hadoop.hbase.quotas.QuotaLimiter> limiters) NOTE: The order matters.