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