Uses of Package
org.apache.flink.streaming.api.windowing.assigners
-
Packages that use org.apache.flink.streaming.api.windowing.assigners Package Description org.apache.flink.streaming.api.windowing.assigners -
Classes in org.apache.flink.streaming.api.windowing.assigners used by org.apache.flink.streaming.api.windowing.assigners Class Description DynamicEventTimeSessionWindows AWindowAssigner
that windows elements into sessions based on the timestamp of the elements.DynamicProcessingTimeSessionWindows 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.SessionWindowTimeGapExtractor ASessionWindowTimeGapExtractor
extracts session time gaps for Dynamic Session Window Assigners.