Uses of Class
org.apache.flink.streaming.api.windowing.assigners.DynamicEventTimeSessionWindows
Packages that use DynamicEventTimeSessionWindows
-
Uses of DynamicEventTimeSessionWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return DynamicEventTimeSessionWindowsModifier and TypeMethodDescriptionstatic <T> DynamicEventTimeSessionWindows<T>DynamicEventTimeSessionWindows.withDynamicGap(SessionWindowTimeGapExtractor<T> sessionWindowTimeGapExtractor) Creates a newSessionWindowsWindowAssignerthat assigns elements to sessions based on the element timestamp.static <T> DynamicEventTimeSessionWindows<T>EventTimeSessionWindows.withDynamicGap(SessionWindowTimeGapExtractor<T> sessionWindowTimeGapExtractor) Creates a newSessionWindowsWindowAssignerthat assigns elements to sessions based on the element timestamp.