Uses of Class
org.apache.hadoop.hbase.quotas.RateLimiter
-
Uses of org.apache.hadoop.hbase.quotas.RateLimiter in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.AverageIntervalRateLimiter
This limiter will refill resources at every TimeUnit/resources interval.class
org.apache.hadoop.hbase.quotas.FixedIntervalRateLimiter
With this limiter resources will be refilled only after a fixed interval of time.Modifier and TypeMethodDescriptionvoid
RateLimiter.update
(org.apache.hadoop.hbase.quotas.RateLimiter other) Sets the current instance of RateLimiter to a new values.