Class ExternalPythonCoProcessOperator<IN1,IN2,OUT>

Type Parameters:
IN1 - The input type of the first stream
IN2 - The input type of the second stream
OUT - The output type of the CoProcess function
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.state.CheckpointListener, org.apache.flink.api.java.typeutils.ResultTypeQueryable<OUT>, org.apache.flink.streaming.api.operators.BoundedMultiInput, org.apache.flink.streaming.api.operators.KeyContext, org.apache.flink.streaming.api.operators.KeyContextHandler, DataStreamPythonFunctionOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperator<OUT>, org.apache.flink.streaming.api.operators.StreamOperatorStateHandler.CheckpointedStreamOperator, org.apache.flink.streaming.api.operators.TwoInputStreamOperator<IN1,IN2,OUT>, org.apache.flink.streaming.api.operators.YieldingOperator<OUT>
Direct Known Subclasses:
ExternalPythonBatchCoBroadcastProcessOperator

@Internal public class ExternalPythonCoProcessOperator<IN1,IN2,OUT> extends AbstractExternalTwoInputPythonFunctionOperator<IN1,IN2,OUT>
The ExternalPythonCoProcessOperator is responsible for executing the Python CoProcess Function.
See Also: