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 classSmoothRateLimiter.SmoothBurstyThis implements a "bursty" RateLimiter, where storedPermits are translated to zero throttling.(package private) static classSmoothRateLimiter.SmoothWarmingUpThis implements the following function where coldInterval = coldFactor * stableInterval.
-