Uses of Interface
org.apache.flink.streaming.api.functions.source.legacy.SourceFunction
-
-
Uses of SourceFunction in org.apache.flink.streaming.api.checkpoint
Subinterfaces of SourceFunction in org.apache.flink.streaming.api.checkpoint Modifier and Type Interface Description interfaceExternallyInducedSource<T,CD>Deprecated.This interface is based on theSourceFunctionAPI, which is due to be removed. -
Uses of SourceFunction in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment with parameters of type SourceFunction Modifier and Type Method Description <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.legacy Modifier and Type Interface Description interfaceParallelSourceFunction<OUT>Deprecated.This interface is based on theSourceFunctionAPI, which is due to be removed.Classes in org.apache.flink.streaming.api.functions.source.legacy that implement SourceFunction Modifier and Type Class Description classContinuousFileMonitoringFunction<OUT>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classFileMonitoringFunctionDeprecated.Internal class deprecated in favour ofContinuousFileMonitoringFunction.classFromElementsFunction<T>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classFromIteratorFunction<T>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classFromSplittableIteratorFunction<T>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classInputFormatSourceFunction<OUT>Deprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classRichParallelSourceFunction<OUT>Deprecated.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.classSocketTextStreamFunctionDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed.classStatefulSequenceSourceDeprecated.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 SourceFunction Modifier and Type Class Description classStreamSource<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 SourceFunction 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.
-