Uses of Interface
org.apache.flink.streaming.api.functions.source.legacy.SourceFunction
Packages that use SourceFunction
Package
Description
-
Uses of SourceFunction in org.apache.flink.streaming.api.checkpoint
Subinterfaces of SourceFunction in org.apache.flink.streaming.api.checkpoint -
Uses of SourceFunction in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type SourceFunctionModifier and TypeMethodDescription<OUT> DataStreamSource<OUT>StreamExecutionEnvironment.addSource(SourceFunction<OUT> function) Deprecated.This method relies on theSourceFunctionAPI, which is due to be removed.<OUT> DataStreamSource<OUT>StreamExecutionEnvironment.addSource(SourceFunction<OUT> function, String sourceName) Deprecated.This method relies on theSourceFunctionAPI, which is due to be removed.<OUT> DataStreamSource<OUT>StreamExecutionEnvironment.addSource(SourceFunction<OUT> function, String sourceName, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> typeInfo) Deprecated.This method relies on theSourceFunctionAPI, which is due to be removed.<OUT> DataStreamSource<OUT>StreamExecutionEnvironment.addSource(SourceFunction<OUT> function, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> typeInfo) Deprecated.This method relies on theSourceFunctionAPI, which is due to be removed. -
Uses of SourceFunction in org.apache.flink.streaming.api.functions.source.legacy
Subinterfaces of SourceFunction in org.apache.flink.streaming.api.functions.source.legacyModifier and TypeInterfaceDescriptioninterfaceDeprecated.This interface is based on theSourceFunctionAPI, which is due to be removed.Classes in org.apache.flink.streaming.api.functions.source.legacy that implement SourceFunctionModifier and TypeClassDescriptionclassDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.Internal class deprecated in favour ofContinuousFileMonitoringFunction.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classRichSourceFunction<OUT>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed. -
Uses of SourceFunction in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators with type parameters of type SourceFunctionModifier and TypeClassDescriptionclassStreamSource<OUT,SRC extends SourceFunction<OUT>> Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed. -
Uses of SourceFunction in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks with type parameters of type SourceFunctionModifier and TypeClassDescriptionclassSourceStreamTask<OUT,SRC extends SourceFunction<OUT>, OP extends StreamSource<OUT, SRC>> Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.
SourceFunctionAPI, which is due to be removed.