-
Notifications
You must be signed in to change notification settings - Fork 0
Window
cuihairu edited this page Dec 28, 2025
·
2 revisions
Module: window/
Windowed stream operations.
- 翻滚/滑动/会话窗口 assigner
- Trigger(处理时间/事件时间/计数触发)
-
WindowAssigner,WindowFunction,AggregateFunction,ReduceFunction
import io.github.cuihairu.redis.streaming.window.assigners.TumblingWindow;
var assigner = TumblingWindow.<String>of(java.time.Duration.ofSeconds(10));
var windows = assigner.assignWindows("evt", System.currentTimeMillis());- Design.md