Uses of Class
com.google.common.util.concurrent.SmoothRateLimiter
-
Packages that use SmoothRateLimiter Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of SmoothRateLimiter in com.google.common.util.concurrent
Subclasses of SmoothRateLimiter in com.google.common.util.concurrent Modifier and Type Class 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.
-