| 类和说明 |
|---|
| WindowAssigner
A
WindowAssigner assigns zero or more Windows to an element. |
| 类和说明 |
|---|
| CountSlidingWindowAssigner
A
WindowAssigner that windows elements into sliding windows based on the count number
of the elements. |
| CountTumblingWindowAssigner
A
WindowAssigner that windows elements into fixed-size windows
based on the count number of the elements. |
| InternalTimeWindowAssigner
The internal time window assigner which has some useful methods.
|
| MergingWindowAssigner
A
WindowAssigner that can merge windows. |
| MergingWindowAssigner.MergeCallback
Callback to be used in
MergingWindowAssigner.mergeWindows(Window, NavigableSet, MergeCallback) for specifying which
windows should be merged. |
| PanedWindowAssigner
A
WindowAssigner that window can be split into panes. |
| SessionWindowAssigner
A
WindowAssigner that windows elements into sessions based on the timestamp. |
| SlidingWindowAssigner
A
WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements. |
| TumblingWindowAssigner
A
WindowAssigner that windows elements into fixed-size windows
based on the timestamp of the elements. |
| WindowAssigner
A
WindowAssigner assigns zero or more Windows to an element. |
| 类和说明 |
|---|
| MergingWindowAssigner
A
WindowAssigner that can merge windows. |
| PanedWindowAssigner
A
WindowAssigner that window can be split into panes. |
| WindowAssigner
A
WindowAssigner assigns zero or more Windows to an element. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.