Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor
-
-
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors that implement WindowProcessor Modifier and Type Class Description classAbstractAsyncStateSliceWindowAggProcessorA base implementation ofAsyncStateSlicingWindowProcessorfor window aggregate.classAbstractAsyncStateWindowAggProcessor<W>A base class for window aggregate processors with async state.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. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.aggregate.window.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.window.processors that implement WindowProcessor Modifier and Type Class Description classAbstractSliceSyncStateWindowAggProcessorA base implementation ofSlicingSyncStateWindowProcessorfor window aggregate.classAbstractSyncStateWindowAggProcessor<W>A base class for window aggregate processors.classSliceSharedSyncStateWindowAggProcessorA window aggregate processor implementation which works forSliceSharedAssigner, e.g.classSliceUnsharedSyncStateWindowAggProcessorA window aggregate processor implementation which works forSliceUnsharedAssigner, e.g.classUnsliceSyncStateWindowAggProcessorAn window aggregate processor implementation which works forUnsliceAssigner, e.g.classWindowAggProcessorBase<W,C extends WindowProcessor.Context<W>> -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.deduplicate.window.processors
Classes in org.apache.flink.table.runtime.operators.deduplicate.window.processors that implement WindowProcessor Modifier and Type Class Description classRowTimeSyncStateWindowDeduplicateProcessorA rowtime window deduplicate processor. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.rank.window.processors
Classes in org.apache.flink.table.runtime.operators.rank.window.processors that implement WindowProcessor Modifier and Type Class Description classSyncStateWindowRankProcessorA rowtime window rank processor. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.common
Subinterfaces of WindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.common Modifier and Type Interface Description interfaceAsyncStateWindowProcessor<W>A processor that processes elements for windows with async state. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.slicing
Subinterfaces of WindowProcessor in org.apache.flink.table.runtime.operators.window.async.tvf.slicing Modifier and Type Interface Description interfaceAsyncStateSlicingWindowProcessor<W>TheAsyncStateSlicingWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.common
Subinterfaces of WindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.common Modifier and Type Interface Description interfaceSyncStateWindowProcessor<W>A processor that processes elements for windows. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.slicing
Subinterfaces of WindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.slicing Modifier and Type Interface Description interfaceSlicingSyncStateWindowProcessor<W>TheSlicingSyncStateWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Uses of WindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.unslicing
Subinterfaces of WindowProcessor in org.apache.flink.table.runtime.operators.window.tvf.unslicing Modifier and Type Interface Description interfaceUnslicingSyncStateWindowProcessor<W>TheUnslicingSyncStateWindowProcessoris an optimized processing for unaligned windows.
-