Uses of Class
org.apache.flink.streaming.api.windowing.assigners.TumblingProcessingTimeWindows
Packages that use TumblingProcessingTimeWindows
-
Uses of TumblingProcessingTimeWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return TumblingProcessingTimeWindowsModifier and TypeMethodDescriptionCreates a newTumblingProcessingTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp.Creates a newTumblingProcessingTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp and offset.TumblingProcessingTimeWindows.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.