Class DefaultTimeBasedThrottle
- java.lang.Object
-
- me.insidezhou.southernquiet.throttle.DefaultTimeBasedThrottle
-
-
Constructor Summary
Constructors Constructor Description DefaultTimeBasedThrottle(long countDelay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanopen(long threshold)以时间为依据打开节流器,上次打开之后必须至少节流了指定时间才能再次打开,如果打开失败返回false。
-