Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.common.SyncStateWindowProcessor
Packages that use SyncStateWindowProcessor
Package
Description
-
Uses of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.aggregate.window.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.window.processors that implement SyncStateWindowProcessorModifier and TypeClassDescriptionclassA base implementation ofSlicingSyncStateWindowProcessorfor window aggregate.classA base class for window aggregate processors.final classA window aggregate processor implementation which works forSliceSharedAssigner, e.g.final classA window aggregate processor implementation which works forSliceUnsharedAssigner, e.g.classAn window aggregate processor implementation which works forUnsliceAssigner, e.g. -
Uses of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.deduplicate.window.processors
Classes in org.apache.flink.table.runtime.operators.deduplicate.window.processors that implement SyncStateWindowProcessorModifier and TypeClassDescriptionfinal classA rowtime window deduplicate processor. -
Uses of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.rank.window.processors
Classes in org.apache.flink.table.runtime.operators.rank.window.processors that implement SyncStateWindowProcessorModifier and TypeClassDescriptionfinal classA rowtime window rank processor. -
Uses of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.common
Constructors in org.apache.flink.table.runtime.operators.window.tvf.common with parameters of type SyncStateWindowProcessorModifierConstructorDescriptionWindowAggOperator(SyncStateWindowProcessor<W> windowProcessor, boolean isEventTime) -
Uses of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.slicing
Subinterfaces of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.slicingModifier and TypeInterfaceDescriptioninterfaceTheSlicingSyncStateWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Uses of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Subinterfaces of SyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.unslicingModifier and TypeInterfaceDescriptioninterfaceTheUnslicingSyncStateWindowProcessoris an optimized processing for unaligned windows.