Uses of Class
dev.failsafe.internal.RateLimiterStats.Stopwatch
-
Packages that use RateLimiterStats.Stopwatch Package Description dev.failsafe.internal -
-
Uses of RateLimiterStats.Stopwatch in dev.failsafe.internal
Fields in dev.failsafe.internal declared as RateLimiterStats.Stopwatch Modifier and Type Field Description (package private) RateLimiterStats.Stopwatch
RateLimiterStats. stopwatch
Constructors in dev.failsafe.internal with parameters of type RateLimiterStats.Stopwatch Constructor Description BurstyRateLimiterStats(RateLimiterConfig<?> config, RateLimiterStats.Stopwatch stopwatch)
RateLimiterImpl(RateLimiterConfig<R> config, RateLimiterStats.Stopwatch stopwatch)
RateLimiterStats(RateLimiterStats.Stopwatch stopwatch)
SmoothRateLimiterStats(RateLimiterConfig<?> config, RateLimiterStats.Stopwatch stopwatch)
-