Uses of Class
org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors.AbstractAsyncStateSliceWindowAggProcessor
-
Packages that use AbstractAsyncStateSliceWindowAggProcessor Package Description org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors -
-
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.processors Modifier and Type Class Description classAsyncStateSliceSharedWindowAggProcessorA window aggregate processor implementation which works forSliceSharedAssignerwith async state api, e.g. hopping windows and cumulative windows.classAsyncStateSliceUnsharedWindowAggProcessorA window aggregate processor implementation which works forSliceUnsharedAssignerwith async state, e.g. tumbling windows.
-