Uses of Class
org.apache.flink.streaming.api.windowing.assigners.SlidingEventTimeWindows
Packages that use SlidingEventTimeWindows
-
Uses of SlidingEventTimeWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return SlidingEventTimeWindowsModifier and TypeMethodDescriptionstatic SlidingEventTimeWindowsCreates a newSlidingEventTimeWindowsWindowAssignerthat assigns elements to sliding time windows based on the element timestamp.static SlidingEventTimeWindowsCreates a newSlidingEventTimeWindowsWindowAssignerthat assigns elements to time windows based on the element timestamp and offset.