Uses of Interface
org.apache.flink.streaming.api.functions.source.ParallelSourceFunction
-
Packages that use ParallelSourceFunction Package Description org.apache.flink.streaming.api.functions.source org.apache.flink.streaming.api.functions.source.datagen -
-
Uses of ParallelSourceFunction in org.apache.flink.streaming.api.functions.source
Classes in org.apache.flink.streaming.api.functions.source that implement ParallelSourceFunction Modifier and Type Class Description 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.classStatefulSequenceSourceDeprecated.This class is based on theSourceFunctionAPI, which is due to be removed. -
Uses of ParallelSourceFunction in org.apache.flink.streaming.api.functions.source.datagen
Classes in org.apache.flink.streaming.api.functions.source.datagen that implement ParallelSourceFunction Modifier and Type Class Description classDataGeneratorSource<T>Deprecated.Useorg.apache.flink.connector.datagen.source.DataGeneratorSourceinstead.
-