Uses of Class
org.apache.flink.streaming.api.windowing.assigners.EventTimeSessionWindows
Packages that use EventTimeSessionWindows
-
Uses of EventTimeSessionWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return EventTimeSessionWindowsModifier and TypeMethodDescriptionstatic EventTimeSessionWindowsCreates a newSessionWindowsWindowAssignerthat assigns elements to sessions based on the element timestamp.