Uses of Class
org.apache.flink.streaming.api.operators.SourceOperatorFactory
Packages that use SourceOperatorFactory
-
Uses of SourceOperatorFactory in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph with parameters of type SourceOperatorFactoryModifier and TypeMethodDescription<IN,OUT> void StreamGraph.addSource(Integer vertexID, String slotSharingGroup, String coLocationGroup, SourceOperatorFactory<OUT> operatorFactory, org.apache.flink.api.common.typeinfo.TypeInformation<IN> inTypeInfo, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo, String operatorName)