public class QuotaManager
extends java.lang.Object
Constructor and Description |
---|
QuotaManager(com.github.ambry.config.FrontendConfig frontendConfig) |
QuotaManager(java.util.Map<com.github.ambry.rest.RestMethod,com.github.ambry.utils.RejectThrottler> quotaMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldThrottle(com.github.ambry.rest.RestRequest restRequest)
Return
true if throttling is required. |