Uses of Interface
org.apache.flink.streaming.api.windowing.assigners.SessionWindowTimeGapExtractor
-
Packages that use SessionWindowTimeGapExtractor Package Description org.apache.flink.streaming.api.windowing.assigners -
-
Uses of SessionWindowTimeGapExtractor in org.apache.flink.streaming.api.windowing.assigners
Fields in org.apache.flink.streaming.api.windowing.assigners declared as SessionWindowTimeGapExtractor Modifier and Type Field Description protected SessionWindowTimeGapExtractor<T>DynamicEventTimeSessionWindows. sessionWindowTimeGapExtractorprotected SessionWindowTimeGapExtractor<T>DynamicProcessingTimeSessionWindows. sessionWindowTimeGapExtractorMethods in org.apache.flink.streaming.api.windowing.assigners with parameters of type SessionWindowTimeGapExtractor 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> DynamicProcessingTimeSessionWindows<T>DynamicProcessingTimeSessionWindows. 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.static <T> DynamicProcessingTimeSessionWindows<T>ProcessingTimeSessionWindows. withDynamicGap(SessionWindowTimeGapExtractor<T> sessionWindowTimeGapExtractor)Creates a newSessionWindowsWindowAssignerthat assigns elements to sessions based on the element timestamp.Constructors in org.apache.flink.streaming.api.windowing.assigners with parameters of type SessionWindowTimeGapExtractor Constructor Description DynamicEventTimeSessionWindows(SessionWindowTimeGapExtractor<T> sessionWindowTimeGapExtractor)DynamicProcessingTimeSessionWindows(SessionWindowTimeGapExtractor<T> sessionWindowTimeGapExtractor)
-