| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.windowing.assigners | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| Class and Description |
|---|
| WindowAssigner
A
WindowAssigner assigns zero or more Windows to an element. |
| Class and 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
A
WindowAssigner assigns zero or more Windows to an element. |
| Class and Description |
|---|
| WindowAssigner
A
WindowAssigner assigns zero or more Windows to an element. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.