Uses of Interface
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.InternalTimeWindowAssigner
-
Packages that use InternalTimeWindowAssigner Package Description org.apache.flink.table.runtime.operators.window.groupwindow.assigners org.apache.flink.table.runtime.operators.window.tvf.unslicing -
-
Uses of InternalTimeWindowAssigner in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Classes in org.apache.flink.table.runtime.operators.window.groupwindow.assigners that implement InternalTimeWindowAssigner Modifier and Type Class Description classCumulativeWindowAssignerAGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.classSessionWindowAssignerAGroupWindowAssignerthat windows elements into sessions based on the timestamp.classSlidingWindowAssignerAGroupWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.classTumblingWindowAssignerAGroupWindowAssignerthat windows elements into fixed-size windows based on the timestamp of the elements.Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners that return InternalTimeWindowAssigner Modifier and Type Method Description InternalTimeWindowAssignerInternalTimeWindowAssigner. withEventTime()InternalTimeWindowAssignerInternalTimeWindowAssigner. withProcessingTime() -
Uses of InternalTimeWindowAssigner in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Classes in org.apache.flink.table.runtime.operators.window.tvf.unslicing that implement InternalTimeWindowAssigner Modifier and Type Class Description static classUnsliceAssigners.WindowedUnsliceAssignerTheUnsliceAssignerfor elements have been merged into unslicing windows and attached window start and end timestamps.Methods in org.apache.flink.table.runtime.operators.window.tvf.unslicing that return InternalTimeWindowAssigner Modifier and Type Method Description InternalTimeWindowAssignerUnsliceAssigners.WindowedUnsliceAssigner. withEventTime()InternalTimeWindowAssignerUnsliceAssigners.WindowedUnsliceAssigner. withProcessingTime()
-