Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.slicing.AsyncStateSlicingWindowProcessor
Packages that use AsyncStateSlicingWindowProcessor
-
Uses of AsyncStateSlicingWindowProcessor in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors that implement AsyncStateSlicingWindowProcessorModifier and TypeClassDescriptionclassA base implementation ofAsyncStateSlicingWindowProcessorfor window aggregate.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.