Uses of Class
org.apache.hadoop.hbase.quotas.RateLimiter
Packages that use org.apache.hadoop.hbase.quotas.RateLimiter
-
Uses of org.apache.hadoop.hbase.quotas.RateLimiter in org.apache.hadoop.hbase.quotas
Subclasses of org.apache.hadoop.hbase.quotas.RateLimiter in in org.apache.hadoop.hbase.quotasModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.AverageIntervalRateLimiterThis limiter will refill resources at every TimeUnit/resources interval.classorg.apache.hadoop.hbase.quotas.FixedIntervalRateLimiterWith this limiter resources will be refilled only after a fixed interval of time.Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.RateLimiter in inModifier and TypeMethodDescriptionvoidRateLimiter.update(org.apache.hadoop.hbase.quotas.RateLimiter other) Sets the current instance of RateLimiter to a new values.