Uses of Class
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.CumulativeWindowAssigner
-
Packages that use CumulativeWindowAssigner Package Description org.apache.flink.table.runtime.operators.window.groupwindow.assigners -
-
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 CumulativeWindowAssigner Modifier and Type Method Description static CumulativeWindowAssignerCumulativeWindowAssigner. of(Duration maxSize, Duration step)Creates a newCumulativeWindowAssignerthat assigns elements to cumulative time windows based on the element timestamp.CumulativeWindowAssignerCumulativeWindowAssigner. withEventTime()CumulativeWindowAssignerCumulativeWindowAssigner. withOffset(Duration offset)CumulativeWindowAssignerCumulativeWindowAssigner. withProcessingTime()
-