| Class | Description |
|---|---|
| GlobalWindows |
A
WindowAssigner that assigns all elements to the same global window. |
| SlidingTimeWindows |
A
WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements. |
| TumblingTimeWindows |
A
WindowAssigner that windows elements into windows based on the timestamp of the
elements. |
| 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.