Uses of Class
org.apache.flink.streaming.api.windowing.assigners.DynamicEventTimeSessionWindows
-
Packages that use DynamicEventTimeSessionWindows Package Description org.apache.flink.streaming.api.windowing.assigners -
-
Uses of DynamicEventTimeSessionWindows in org.apache.flink.streaming.api.windowing.assigners
Methods in org.apache.flink.streaming.api.windowing.assigners that return DynamicEventTimeSessionWindows Modifier and Type Method Description static <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.
-