Uses of Class
org.apache.hadoop.hbase.quotas.RateLimiter

Packages that use org.apache.hadoop.hbase.quotas.RateLimiter
Package
Description
 
  • 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.quotas
    Modifier and Type
    Class
    Description
    class 
    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.
    Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.RateLimiter in in
    Modifier and Type
    Method
    Description
    void
    RateLimiter.update(org.apache.hadoop.hbase.quotas.RateLimiter other)
    Sets the current instance of RateLimiter to a new values.