Package org.apache.accumulo.core.util.ratelimit
-
Interface Summary Interface Description RateLimiter SharedRateLimiterFactory.RateProvider A callback which provides the current rate for aRateLimiter
. -
Class Summary Class Description GuavaRateLimiter Rate limiter from the Guava library.NullRateLimiter A rate limiter which doesn't actually limit rates at all.SharedRateLimiterFactory Provides the ability to retrieve aRateLimiter
keyed to a specific string, which will dynamically update its rate according to a specified callback function.