Package org.apache.flink.streaming.api.windowing.assigners
-
Interface Summary Interface Description SessionWindowTimeGapExtractor<T> ASessionWindowTimeGapExtractorextracts session time gaps for Dynamic Session Window Assigners. -
Class Summary Class Description DynamicEventTimeSessionWindows<T> AWindowAssignerthat windows elements into sessions based on the timestamp of the elements.DynamicProcessingTimeSessionWindows<T> AWindowAssignerthat windows elements into sessions based on the current processing time.EventTimeSessionWindows AWindowAssignerthat windows elements into sessions based on the timestamp of the elements.ProcessingTimeSessionWindows AWindowAssignerthat windows elements into sessions based on the current processing time.