Uses of Class
org.apache.flink.streaming.api.operators.StreamSource
Packages that use StreamSource
Package
Description
-
Uses of StreamSource in org.apache.flink.streaming.api.datastream
Constructors in org.apache.flink.streaming.api.datastream with parameters of type StreamSourceModifierConstructorDescriptionDataStreamSource(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 StreamSourceModifierConstructorDescription -
Uses of StreamSource in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return StreamSourceConstructors in org.apache.flink.streaming.api.transformations with parameters of type StreamSourceModifierConstructorDescriptionLegacySourceTransformation(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 StreamSourceModifier and TypeClassDescriptionclassSourceStreamTask<OUT,SRC extends SourceFunction<OUT>, OP extends StreamSource<OUT, SRC>> Deprecated.
SourceFunctionAPI, which is due to be removed.