Uses of Class
org.apache.flink.streaming.api.operators.AbstractStreamOperator
-
Packages that use AbstractStreamOperator Package Description org.apache.flink.streaming.api.functions.query org.apache.flink.streaming.api.functions.source org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.async org.apache.flink.streaming.api.operators.co org.apache.flink.streaming.api.operators.collect org.apache.flink.streaming.runtime.operators This package contains the operators that perform the stream transformations.org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams.org.apache.flink.streaming.runtime.translators -
-
Uses of AbstractStreamOperator in org.apache.flink.streaming.api.functions.query
Subclasses of AbstractStreamOperator in org.apache.flink.streaming.api.functions.query Modifier and Type Class Description classQueryableAppendingStateOperator<IN>Internal operator handling queryable AppendingState instances.classQueryableValueStateOperator<IN>Internal operator handling queryable ValueState instances. -
Uses of AbstractStreamOperator in org.apache.flink.streaming.api.functions.source
Subclasses of AbstractStreamOperator in org.apache.flink.streaming.api.functions.source Modifier and Type Class Description classContinuousFileReaderOperator<OUT,T extends TimestampedInputSplit>The operator that reads thesplitsreceived from the precedingContinuousFileMonitoringFunction. -
Uses of AbstractStreamOperator in org.apache.flink.streaming.api.operators
Subclasses of AbstractStreamOperator in org.apache.flink.streaming.api.operators Modifier and Type Class Description classAbstractUdfStreamOperator<OUT,F extends org.apache.flink.api.common.functions.Function>This is used as the base class for operators that have a user-defined function.classBatchGroupedReduceOperator<IN,KEY>AStreamOperatorfor executing aReduceFunctionon aKeyedStreamin aRuntimeExecutionMode.BATCHmode.classKeyedProcessOperator<K,IN,OUT>AStreamOperatorfor executingKeyedProcessFunctions.classLegacyKeyedProcessOperator<K,IN,OUT>Deprecated.Replaced byKeyedProcessOperatorwhich takesKeyedProcessFunctionclassProcessOperator<IN,OUT>AStreamOperatorfor executingProcessFunctions.classSourceOperator<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit>Base source operator only used for integrating the source reader which is proposed by FLIP-27.classStreamFilter<IN>AStreamOperatorfor executingFilterFunctions.classStreamFlatMap<IN,OUT>AStreamOperatorfor executingFlatMapFunctions.classStreamGroupedReduceOperator<IN>classStreamMap<IN,OUT>AStreamOperatorfor executingMapFunctions.classStreamProject<IN,OUT extends org.apache.flink.api.java.tuple.Tuple>AStreamOperatorfor executing projections on streams.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 AbstractStreamOperator Constructor Description StreamingRuntimeContext(AbstractStreamOperator<?> operator, org.apache.flink.runtime.execution.Environment env, Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> accumulators) -
Uses of AbstractStreamOperator in org.apache.flink.streaming.api.operators.async
Subclasses of AbstractStreamOperator in org.apache.flink.streaming.api.operators.async Modifier and Type Class Description classAsyncWaitOperator<IN,OUT>TheAsyncWaitOperatorallows to asynchronously process incoming stream records. -
Uses of AbstractStreamOperator in org.apache.flink.streaming.api.operators.co
-
Uses of AbstractStreamOperator in org.apache.flink.streaming.api.operators.collect
Subclasses of AbstractStreamOperator 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 AbstractStreamOperator in org.apache.flink.streaming.runtime.operators
Subclasses of AbstractStreamOperator in org.apache.flink.streaming.runtime.operators Modifier and Type Class Description classGenericWriteAheadSink<IN>Generic Sink that emits its input elements into an arbitrary backend.classTimestampsAndWatermarksOperator<T>A stream operator that may do one or both of the following: extract timestamps from events and generate watermarks. -
Uses of AbstractStreamOperator in org.apache.flink.streaming.runtime.operators.windowing
Subclasses of AbstractStreamOperator 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. -
Uses of AbstractStreamOperator in org.apache.flink.streaming.runtime.translators
Subclasses of AbstractStreamOperator in org.apache.flink.streaming.runtime.translators Modifier and Type Class Description static classCacheTransformationTranslator.IdentityStreamOperator<T>TheCacheTransformationTranslator.IdentityStreamOperatoracts as a dummy source to consume cached intermediate dataset.static classCacheTransformationTranslator.NoOpStreamOperator<T>TheCacheTransformationTranslator.NoOpStreamOperatoracts as a dummy sink so that the upstream can produce the intermediate dataset to be cached.
-