Uses of Class
org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
-
-
Uses of AbstractUdfStreamOperator in org.apache.flink.streaming.api.operators
Subclasses of AbstractUdfStreamOperator in org.apache.flink.streaming.api.operators Modifier and Type Class Description classBatchGroupedReduceOperator<IN,KEY>AStreamOperatorfor executing aReduceFunctionon aKeyedStreamin aRuntimeExecutionMode.BATCHmode.classKeyedProcessOperator<K,IN,OUT>AStreamOperatorfor executingKeyedProcessFunctions.classLegacyKeyedProcessOperator<K,IN,OUT>Deprecated.Replaced byKeyedProcessOperatorwhich takesKeyedProcessFunctionclassMapPartitionOperator<IN,OUT>TheMapPartitionOperatoris used to process all records in each partition on non-keyed stream.classPartitionAggregateOperator<IN,ACC,OUT>ThePartitionAggregateOperatoris used to apply the aggregate transformation on all records of each partition.classPartitionReduceOperator<IN>ThePartitionReduceOperatoris used to apply the reduce transformation on all records of each partition.classProcessOperator<IN,OUT>AStreamOperatorfor executingProcessFunctions.classStreamFilter<IN>AStreamOperatorfor executingFilterFunctions.classStreamFlatMap<IN,OUT>AStreamOperatorfor executingFlatMapFunctions.classStreamGroupedReduceOperator<IN>classStreamMap<IN,OUT>AStreamOperatorfor executingMapFunctions.classStreamSink<IN>AStreamOperatorfor executingSinkFunctions.classStreamSource<OUT,SRC extends SourceFunction<OUT>>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.Constructors in org.apache.flink.streaming.api.operators with parameters of type AbstractUdfStreamOperator Constructor Description SimpleUdfStreamOperatorFactory(AbstractUdfStreamOperator<OUT,?> operator) -
Uses of AbstractUdfStreamOperator in org.apache.flink.streaming.api.operators.co
-
Uses of AbstractUdfStreamOperator in org.apache.flink.streaming.api.operators.collect
Subclasses of AbstractUdfStreamOperator in org.apache.flink.streaming.api.operators.collect Modifier and Type Class Description classCollectSinkOperator<IN>AStreamSinkthat collects query results and sends them back to the client. -
Uses of AbstractUdfStreamOperator in org.apache.flink.streaming.runtime.operators.windowing
Subclasses of AbstractUdfStreamOperator in org.apache.flink.streaming.runtime.operators.windowing Modifier and Type Class Description classEvictingWindowOperator<K,IN,OUT,W extends Window>AWindowOperatorthat also allows anEvictorto be used.classWindowOperator<K,IN,ACC,OUT,W extends Window>An operator that implements the logic for windowing based on aWindowAssignerandTrigger.
-