Uses of Class
org.apache.flink.table.runtime.operators.aggregate.window.processors.WindowAggProcessorBase
Packages that use WindowAggProcessorBase
Package
Description
-
Uses of WindowAggProcessorBase in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Subclasses of WindowAggProcessorBase in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processorsModifier 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 WindowAggProcessorBase in org.apache.flink.table.runtime.operators.aggregate.window.processors
Subclasses of WindowAggProcessorBase in org.apache.flink.table.runtime.operators.aggregate.window.processorsModifier 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.