Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SmoothRateLimiter.SmoothBursty
This implements a "bursty" RateLimiter, where storedPermits are translated to zero throttling.
|
(package private) static class |
SmoothRateLimiter.SmoothWarmingUp
This implements the following function where coldInterval = coldFactor * stableInterval.
|