Uses of Interface
org.apache.flink.table.runtime.operators.window.assigners.InternalTimeWindowAssigner
-
Packages that use InternalTimeWindowAssigner Package Description org.apache.flink.table.runtime.operators.window.assigners -
-
Uses of InternalTimeWindowAssigner in org.apache.flink.table.runtime.operators.window.assigners
Classes in org.apache.flink.table.runtime.operators.window.assigners that implement InternalTimeWindowAssigner Modifier and Type Class Description classCumulativeWindowAssignerAWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.classSessionWindowAssignerAWindowAssignerthat windows elements into sessions based on the timestamp.classSlidingWindowAssignerAWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.classTumblingWindowAssignerAWindowAssignerthat windows elements into fixed-size windows based on the timestamp of the elements.Methods in org.apache.flink.table.runtime.operators.window.assigners that return InternalTimeWindowAssigner Modifier and Type Method Description InternalTimeWindowAssignerInternalTimeWindowAssigner. withEventTime()InternalTimeWindowAssignerInternalTimeWindowAssigner. withProcessingTime()
-