Uses of Class
com.google.common.util.concurrent.SmoothRateLimiter
Packages that use SmoothRateLimiter
-
Uses of SmoothRateLimiter in com.google.common.util.concurrent
Subclasses of SmoothRateLimiter in com.google.common.util.concurrentModifier and TypeClassDescription(package private) static final class
This implements a "bursty" RateLimiter, where storedPermits are translated to zero throttling.(package private) static final class
This implements the following function where coldInterval = coldFactor * stableInterval.