Package org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
-
Class Summary Class Description AbstractAsyncStateSliceWindowAggProcessor A base implementation ofAsyncStateSlicingWindowProcessorfor window aggregate.AbstractAsyncStateWindowAggProcessor<W> A base class for window aggregate processors with async state.AbstractAsyncStateWindowAggProcessor.WindowIsEmptyChecker A checker that checks whether the window is empty.AsyncStateSliceSharedWindowAggProcessor A window aggregate processor implementation which works forSliceSharedAssignerwith async state api, e.g. hopping windows and cumulative windows.AsyncStateSliceUnsharedWindowAggProcessor A window aggregate processor implementation which works forSliceUnsharedAssignerwith async state, e.g. tumbling windows.