public class DefaultThrottleManager extends BaseThrottleManager
DEFAULT_THROTTLE_NAME| Constructor and Description |
|---|
DefaultThrottleManager() |
| Modifier and Type | Method and Description |
|---|---|
Throttle |
createCountBased(java.lang.String throttleName) |
Throttle |
createTimeBased(java.lang.String throttleName,
long countDelay) |
getCountBased, getTimeBasedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCountBased, getTimeBased, getTimeBasedpublic Throttle createTimeBased(java.lang.String throttleName, long countDelay)
createTimeBased in class BaseThrottleManagerpublic Throttle createCountBased(java.lang.String throttleName)
createCountBased in class BaseThrottleManager