Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.common.AsyncStateWindowProcessor
Packages that use AsyncStateWindowProcessor
Package
Description
-
Uses of AsyncStateWindowProcessor in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors that implement AsyncStateWindowProcessorModifier and TypeClassDescriptionclassA base implementation ofAsyncStateSlicingWindowProcessorfor window aggregate.classA base class for window aggregate processors with async state.final classA window aggregate processor implementation which works forSliceSharedAssignerwith async state api, e.g. hopping windows and cumulative windows.final classA window aggregate processor implementation which works forSliceUnsharedAssignerwith async state, e.g. tumbling windows. -
Uses of AsyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.common
Constructors in org.apache.flink.table.runtime.operators.window.async.tvf.common with parameters of type AsyncStateWindowProcessorModifierConstructorDescriptionAsyncStateWindowAggOperator(AsyncStateWindowProcessor<W> windowProcessor, boolean isEventTime) -
Uses of AsyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.slicing
Subinterfaces of AsyncStateWindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.slicingModifier and TypeInterfaceDescriptioninterfaceTheAsyncStateSlicingWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization.