Uses of Class
org.apache.flink.streaming.api.operators.python.process.ExternalPythonCoProcessOperator
Packages that use ExternalPythonCoProcessOperator
-
Uses of ExternalPythonCoProcessOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of ExternalPythonCoProcessOperator in org.apache.flink.streaming.api.operators.python.processModifier and TypeClassDescriptionclassExternalPythonBatchCoBroadcastProcessOperator<IN1,IN2, OUT> TheExternalPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,ExternalPythonCoProcessOperatoris used under STREAMING mode.