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