T - @Deprecated public class Throttler<T> extends AbstractCoalition<T>
Coalition.Callback<T>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)
已过时。
|
public Throttler(Coalition.Callback<T> c, long interval, boolean asyncAlways)
public Throttler(Coalition.Callback<T> c, long interval, boolean asyncAlways, ScheduledExecutorService scheduledExecutorService)
public Throttler(Coalition.Callback<T> c, long interval, ScheduledExecutorService scheduledExecutorService)
public Throttler(Coalition.Callback<T> c, int interval)
public void call(T key)
Copyright © 2022. All rights reserved.