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