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