类 Throttler<T>
java.lang.Object
org.coodex.concurrent.AbstractCoalition<T>
org.coodex.concurrent.Throttler<T>
- 类型参数:
T-
- 所有已实现的接口:
Coalition<T>
已过时。
2020-12-11 降频重构
-
嵌套类概要
从接口继承的嵌套类/接口 org.coodex.concurrent.Coalition
Coalition.Callback<T> -
字段概要
从类继承的字段 org.coodex.concurrent.AbstractCoalition
callback, interval, scheduledExecutorService -
构造器概要
构造器构造器说明Throttler(Coalition.Callback<T> c, int interval) 已过时。Throttler(Coalition.Callback<T> c, long interval, boolean asyncAlways) 已过时。Throttler(Coalition.Callback<T> c, long interval, boolean asyncAlways, ScheduledExecutorService scheduledExecutorService) 已过时。Throttler(Coalition.Callback<T> c, long interval, ScheduledExecutorService scheduledExecutorService) 已过时。 -
方法概要
-
构造器详细资料
-
Throttler
已过时。 -
Throttler
public Throttler(Coalition.Callback<T> c, long interval, boolean asyncAlways, ScheduledExecutorService scheduledExecutorService) 已过时。 -
Throttler
public Throttler(Coalition.Callback<T> c, long interval, ScheduledExecutorService scheduledExecutorService) 已过时。 -
Throttler
已过时。
-
-
方法详细资料
-
call
已过时。
-