Package com.linkedin.venice.throttle
-
Interface Summary Interface Description EventThrottlingStrategy This interface is used to abstract the strategy to handle the quota exceeding case.VeniceRateLimiter -
Class Summary Class Description EventThrottler A class to throttle Events to a certain rate This class takes a maximum rate in events/sec and a minimum interval over which to check the rate.GuavaRateLimiter A wrapper around Guava's RateLimiter to provide a common interface for rate limiting.TokenBucket -
Enum Summary Enum Description VeniceRateLimiter.RateLimiterType