Class EmbeddedPythonCoProcessOperator<IN1,​IN2,​OUT>

  • 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:
    EmbeddedPythonBatchCoBroadcastProcessOperator

    @Internal
    public class EmbeddedPythonCoProcessOperator<IN1,​IN2,​OUT>
    extends AbstractTwoInputEmbeddedPythonFunctionOperator<IN1,​IN2,​OUT>
    EmbeddedPythonCoProcessOperator is responsible for executing Python CoProcessFunction in embedded Python environment.
    See Also:
    Serialized Form