Uses of Class
org.apache.flink.streaming.runtime.tasks.StreamTask
-
Packages that use StreamTask Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.async org.apache.flink.streaming.runtime.tasks This package contains classes that realize streaming tasks. -
-
Uses of StreamTask in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return StreamTask Modifier and Type Method Description StreamTask<?,?>AbstractStreamOperator. getContainingTask()StreamTask<?,?>StreamOperatorParameters. getContainingTask()Methods in org.apache.flink.streaming.api.operators with parameters of type StreamTask Modifier and Type Method Description static <OUT,OP extends StreamOperator<OUT>>
org.apache.flink.api.java.tuple.Tuple2<OP,Optional<ProcessingTimeService>>StreamOperatorFactoryUtil. createOperator(StreamOperatorFactory<OUT> operatorFactory, StreamTask<OUT,?> containingTask, StreamConfig configuration, Output<StreamRecord<OUT>> output, org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher)Creates a new operator using a factory and makes sure that all special factory traits are properly handled.voidAbstractStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)voidAbstractUdfStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)voidSetupableStreamOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Deprecated.Initializes the operator.voidSourceOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)Constructors in org.apache.flink.streaming.api.operators with parameters of type StreamTask Constructor Description StreamOperatorParameters(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output, java.util.function.Supplier<ProcessingTimeService> processingTimeServiceFactory, org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher operatorEventDispatcher) -
Uses of StreamTask in org.apache.flink.streaming.api.operators.async
Methods in org.apache.flink.streaming.api.operators.async with parameters of type StreamTask Modifier and Type Method Description voidAsyncWaitOperator. setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output) -
Uses of StreamTask in org.apache.flink.streaming.runtime.tasks
Subclasses of StreamTask in org.apache.flink.streaming.runtime.tasks Modifier and Type Class Description classAbstractTwoInputStreamTask<IN1,IN2,OUT>Abstract class for executing aTwoInputStreamOperator.classMultipleInputStreamTask<OUT>AStreamTaskfor executing aMultipleInputStreamOperatorand supporting theMultipleInputStreamOperatorto select input for reading.classOneInputStreamTask<IN,OUT>AStreamTaskfor executing aOneInputStreamOperator.classSourceOperatorStreamTask<T>A subclass ofStreamTaskfor executing theSourceOperator.classSourceStreamTask<OUT,SRC extends SourceFunction<OUT>,OP extends StreamSource<OUT,SRC>>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classStreamIterationHead<OUT>A specialStreamTaskthat is used for executing feedback edges.classStreamIterationTail<IN>A specialStreamTaskthat is used for executing feedback edges.classTwoInputStreamTask<IN1,IN2,OUT>AStreamTaskfor executing aTwoInputStreamOperatorand supporting theTwoInputStreamOperatorto select input for reading.Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type StreamTask Constructor Description FinishedOperatorChain(StreamTask<OUT,OP> containingTask, org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>> recordWriterDelegate)OperatorChain(StreamTask<OUT,OP> containingTask, org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>> recordWriterDelegate)RegularOperatorChain(StreamTask<OUT,OP> containingTask, org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<OUT>>> recordWriterDelegate)
-