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.SleepingStopwatch
RateLimiter. stopwatch
The 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.SleepingStopwatch
RateLimiter.SleepingStopwatch. createFromSystemTimer()
Methods in com.google.common.util.concurrent with parameters of type RateLimiter.SleepingStopwatch Modifier and Type Method Description (package private) static RateLimiter
RateLimiter. create(RateLimiter.SleepingStopwatch stopwatch, double permitsPerSecond)
(package private) static RateLimiter
RateLimiter. create(RateLimiter.SleepingStopwatch stopwatch, double permitsPerSecond, long warmupPeriod, java.util.concurrent.TimeUnit unit, double coldFactor)
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)
-