| CountSlidingWindowAssigner |
A GroupWindowAssigner that windows elements into sliding windows based on the count
number of the elements.
|
| CountTumblingWindowAssigner |
A GroupWindowAssigner that windows elements into fixed-size windows based on the count
number of the elements.
|
| CumulativeWindowAssigner |
A GroupWindowAssigner that windows elements into cumulative windows based on the
timestamp of the elements.
|
| GroupWindowAssigner<W extends Window> |
|
| MergingWindowAssigner<W extends Window> |
A WindowAssigner that can merge windows.
|
| PanedWindowAssigner<W extends Window> |
A WindowAssigner that window can be split into panes.
|
| SessionWindowAssigner |
|
| SlidingWindowAssigner |
A GroupWindowAssigner that windows elements into sliding windows based on the timestamp
of the elements.
|
| TumblingWindowAssigner |
A GroupWindowAssigner that windows elements into fixed-size windows based on the
timestamp of the elements.
|