Uses of Class
org.apache.flink.streaming.api.windowing.assigners.TumblingEventTimeWindows
Packages that use TumblingEventTimeWindows
-
Uses of TumblingEventTimeWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return TumblingEventTimeWindowsModifier and TypeMethodDescriptionstatic TumblingEventTimeWindowsCreates a newTumblingEventTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp.static TumblingEventTimeWindowsCreates a newTumblingEventTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp and offset.static TumblingEventTimeWindowsTumblingEventTimeWindows.of(Duration size, Duration offset, WindowStagger windowStagger) Creates a newTumblingEventTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp, offset and a staggering offset, depending on the staggering policy.