Uses of Interface
org.apache.flink.table.runtime.operators.window.groupwindow.assigners.InternalTimeWindowAssigner
Packages that use InternalTimeWindowAssigner
Package
Description
-
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 InternalTimeWindowAssignerModifier and TypeClassDescriptionclassAGroupWindowAssignerthat windows elements into cumulative windows based on the timestamp of the elements.classAGroupWindowAssignerthat windows elements into sessions based on the timestamp.classAGroupWindowAssignerthat windows elements into sliding windows based on the timestamp of the elements.classAGroupWindowAssignerthat 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 InternalTimeWindowAssignerModifier and TypeMethodDescriptionInternalTimeWindowAssigner.withEventTime()InternalTimeWindowAssigner.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 InternalTimeWindowAssignerModifier and TypeClassDescriptionstatic classTheUnsliceAssignerfor 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 InternalTimeWindowAssignerModifier and TypeMethodDescriptionUnsliceAssigners.WindowedUnsliceAssigner.withEventTime()UnsliceAssigners.WindowedUnsliceAssigner.withProcessingTime()