Uses of Class
org.apache.flink.streaming.api.operators.SourceOperatorFactory
-
Packages that use SourceOperatorFactory Package Description org.apache.flink.streaming.api.graph -
-
Uses of SourceOperatorFactory in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph with parameters of type SourceOperatorFactory Modifier and Type Method Description <IN,OUT>
voidStreamGraph. 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)
-