Uses of Class
com.google.common.util.concurrent.RateLimiter
Packages that use RateLimiter
-
Uses of RateLimiter in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return RateLimiterModifier and TypeMethodDescriptionstatic RateLimiterRateLimiter.create(double permitsPerSecond) Creates aRateLimiterwith the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second).static RateLimiterCreates aRateLimiterwith the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second), and a warmup period, during which theRateLimitersmoothly ramps up its rate, until it reaches its maximum rate at the end of the period (as long as there are enough requests to saturate it).static RateLimiterCreates aRateLimiterwith the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second), and a warmup period, during which theRateLimitersmoothly ramps up its rate, until it reaches its maximum rate at the end of the period (as long as there are enough requests to saturate it).