| GlobalWindows |
|
| GlobalWindows.EndOfStreamTrigger |
A trigger that fires iff the input stream reaches EndOfStream.
|
| GlobalWindows.NeverTrigger |
A trigger that never fires, as default Trigger for GlobalWindows.
|
| MergingWindowAssigner<T,W extends Window> |
A WindowAssigner that can merge windows.
|
| SlidingEventTimeWindows |
A WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements.
|
| SlidingProcessingTimeWindows |
A WindowAssigner that windows elements into sliding windows based on the current system
time of the machine the operation is running on.
|
| TumblingEventTimeWindows |
A WindowAssigner that windows elements into windows based on the timestamp of the
elements.
|
| TumblingProcessingTimeWindows |
A WindowAssigner that windows elements into windows based on the current system time of
the machine the operation is running on.
|
| WindowAssigner<T,W extends Window> |
A WindowAssigner assigns zero or more Windows to an element.
|
| WindowAssigner.WindowAssignerContext |
A context provided to the WindowAssigner that allows it to query the current
processing time.
|