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