Uses of Class
org.apache.flink.streaming.api.operators.StreamSource
-
-
Uses of StreamSource in org.apache.flink.streaming.api.datastream
Constructors in org.apache.flink.streaming.api.datastream with parameters of type StreamSource Constructor Description DataStreamSource(StreamExecutionEnvironment environment, org.apache.flink.api.common.typeinfo.TypeInformation<T> outTypeInfo, StreamSource<T,?> operator, boolean isParallel, String sourceName)DataStreamSource(StreamExecutionEnvironment environment, org.apache.flink.api.common.typeinfo.TypeInformation<T> outTypeInfo, StreamSource<T,?> operator, boolean isParallel, String sourceName, org.apache.flink.api.connector.source.Boundedness boundedness)The constructor used to create legacy sources. -
Uses of StreamSource in org.apache.flink.streaming.api.operators
Constructors in org.apache.flink.streaming.api.operators with parameters of type StreamSource Constructor Description SimpleInputFormatOperatorFactory(StreamSource<OUT,InputFormatSourceFunction<OUT>> operator) -
Uses of StreamSource in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return StreamSource Modifier and Type Method Description StreamSource<T,?>LegacySourceTransformation. getOperator()Constructors in org.apache.flink.streaming.api.transformations with parameters of type StreamSource Constructor Description LegacySourceTransformation(String name, StreamSource<T,?> operator, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputType, int parallelism, org.apache.flink.api.connector.source.Boundedness boundedness, boolean parallelismConfigured)Creates a newLegacySourceTransformationfrom the given operator. -
Uses of StreamSource in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks with type parameters of type StreamSource Modifier and Type Class Description classSourceStreamTask<OUT,SRC extends SourceFunction<OUT>,OP extends StreamSource<OUT,SRC>>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.
-