| Interface | Description |
|---|---|
| InternalTimeWindowAssigner |
The internal time window assigner which has some useful methods.
|
| Class | Description |
|---|---|
| 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> |
A
GroupWindowAssigner assigns zero or more Windows to an element. |
| MergingWindowAssigner<W extends Window> |
A
WindowAssigner that can merge windows. |
| PanedWindowAssigner<W extends Window> |
A
WindowAssigner that window can be split into panes. |
| SessionWindowAssigner |
A
GroupWindowAssigner that windows elements into sessions based on the timestamp. |
| 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. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.