Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.TumblingWindowAssigner
Packages that use TumblingWindowAssigner
-
Uses of TumblingWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners that return TumblingWindowAssignerModifier and TypeMethodDescriptionstatic TumblingWindowAssignerCreates a newTumblingWindowAssignerGroupWindowAssignerthat assigns elements to time windows based on the element timestamp.TumblingWindowAssigner.withEventTime()TumblingWindowAssigner.withOffset(Duration offset) Creates a newTumblingWindowAssignerGroupWindowAssignerthat assigns elements to time windows based on the element timestamp and offset.TumblingWindowAssigner.withProcessingTime()