Uses of Interface
org.apache.flink.streaming.api.operators.TwoInputStreamOperatorFactory
-
Packages that use TwoInputStreamOperatorFactory Package Description org.apache.flink.streaming.api.datastream -
-
Uses of TwoInputStreamOperatorFactory in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type TwoInputStreamOperatorFactory Modifier and Type Method Description <R> SingleOutputStreamOperator<R>ConnectedStreams. transform(String functionName, org.apache.flink.api.common.typeinfo.TypeInformation<R> outTypeInfo, TwoInputStreamOperatorFactory<IN1,IN2,R> operatorFactory)
-