Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Class and Description |
---|---|
class |
AverageIntervalRateLimiter
This limiter will refill resources at every TimeUnit/resources interval.
|
class |
FixedIntervalRateLimiter
With this limiter resources will be refilled only after a fixed interval of time.
|
Modifier and Type | Method and Description |
---|---|
void |
RateLimiter.update(RateLimiter other)
Sets the current instance of RateLimiter to a new values.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.