Interface TwoInputStreamOperatorFactory<IN1,IN2,OUT>
- Type Parameters:
IN1- The input type of the operatorIN2- The input type of the operatorOUT- The output type of the operator
- All Superinterfaces:
Serializable,StreamOperatorFactory<OUT>
@PublicEvolving
public interface TwoInputStreamOperatorFactory<IN1,IN2,OUT>
extends StreamOperatorFactory<OUT>
A factory to create
TwoInputStreamOperator.-
Method Summary
Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType