Class SlidingWindow<T>
java.lang.Object
com.aizuda.snailjob.client.common.window.SlidingWindow<T>
Deprecated.
滑动窗口组件
- Since:
- 2.1.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TreeMap<LocalDateTime,ConcurrentLinkedQueue<T>> Deprecated.滑动窗口存储数据 -
Constructor Summary
ConstructorsConstructorDescriptionSlidingWindow(int totalThreshold, int windowTotalThreshold, List<Listener<T>> listeners, ScheduledExecutorService threadPoolExecutor, long duration, ChronoUnit chronoUnit) Deprecated. -
Method Summary
-
Field Details
-
saveData
Deprecated.滑动窗口存储数据
-
-
Constructor Details
-
SlidingWindow
public SlidingWindow(int totalThreshold, int windowTotalThreshold, List<Listener<T>> listeners, ScheduledExecutorService threadPoolExecutor, long duration, ChronoUnit chronoUnit) Deprecated.
-
-
Method Details
-
add
Deprecated.添加数据- Parameters:
data- 需要保存到窗口期内的数据
-
start
public void start()Deprecated.滑动窗口启动 -
end
public void end()Deprecated.滑动窗口关闭
-