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 AWindowAssignerthat windows elements into sessions based on the timestamp of the elements.DynamicProcessingTimeSessionWindows 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.SessionWindowTimeGapExtractor ASessionWindowTimeGapExtractorextracts session time gaps for Dynamic Session Window Assigners.