Uses of Class
com.google.common.util.concurrent.RateLimiter.SleepingStopwatch
-
Packages that use RateLimiter.SleepingStopwatch Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of RateLimiter.SleepingStopwatch in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent declared as RateLimiter.SleepingStopwatch Modifier and Type Field Description private RateLimiter.SleepingStopwatchRateLimiter. stopwatchThe underlying timer; used both to measure elapsed time and sleep as necessary.Methods in com.google.common.util.concurrent that return RateLimiter.SleepingStopwatch Modifier and Type Method Description static RateLimiter.SleepingStopwatchRateLimiter.SleepingStopwatch. createFromSystemTimer()Methods in com.google.common.util.concurrent with parameters of type RateLimiter.SleepingStopwatch Modifier and Type Method Description (package private) static RateLimiterRateLimiter. create(double permitsPerSecond, long warmupPeriod, java.util.concurrent.TimeUnit unit, double coldFactor, RateLimiter.SleepingStopwatch stopwatch)(package private) static RateLimiterRateLimiter. create(double permitsPerSecond, RateLimiter.SleepingStopwatch stopwatch)Constructors in com.google.common.util.concurrent with parameters of type RateLimiter.SleepingStopwatch Constructor Description RateLimiter(RateLimiter.SleepingStopwatch stopwatch)SmoothBursty(RateLimiter.SleepingStopwatch stopwatch, double maxBurstSeconds)SmoothRateLimiter(RateLimiter.SleepingStopwatch stopwatch)SmoothWarmingUp(RateLimiter.SleepingStopwatch stopwatch, long warmupPeriod, java.util.concurrent.TimeUnit timeUnit, double coldFactor)
-