Uses of Class
org.apache.flink.streaming.api.windowing.assigners.TumblingProcessingTimeWindows
-
Packages that use TumblingProcessingTimeWindows Package Description org.apache.flink.streaming.api.windowing.assigners -
-
Uses of TumblingProcessingTimeWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return TumblingProcessingTimeWindows Modifier and Type Method Description static TumblingProcessingTimeWindowsTumblingProcessingTimeWindows. of(Duration size)Creates a newTumblingProcessingTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp.static TumblingProcessingTimeWindowsTumblingProcessingTimeWindows. of(Duration size, Duration offset)Creates a newTumblingProcessingTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp and offset.static TumblingProcessingTimeWindowsTumblingProcessingTimeWindows. of(Duration size, Duration offset, WindowStagger windowStagger)Creates a newTumblingProcessingTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp, offset and a staggering offset, depending on the staggering policy.
-