| Class | Description |
|---|---|
| GlobalWindows |
A
WindowAssigner that assigns all elements to the same global window. |
| 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. |
| SlidingTimeWindows | Deprecated
Please use
SlidingEventTimeWindows. |
| 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. |
| TumblingTimeWindows | Deprecated
Please use
TumblingEventTimeWindows. |
| WindowAssigner<T,W extends Window> |
A
WindowAssigner assigns zero or more Windows to an element. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.