Uses of Class
org.apache.flink.streaming.api.operators.python.process.AbstractExternalTwoInputPythonFunctionOperator
-
Packages that use AbstractExternalTwoInputPythonFunctionOperator Package Description org.apache.flink.streaming.api.operators.python.process -
-
Uses of AbstractExternalTwoInputPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of AbstractExternalTwoInputPythonFunctionOperator 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.classExternalPythonBatchKeyedCoBroadcastProcessOperator<OUT>TheExternalPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,ExternalPythonKeyedCoProcessOperatoris used under STREAMING mode.classExternalPythonCoProcessOperator<IN1,IN2,OUT>TheExternalPythonCoProcessOperatoris responsible for executing the Python CoProcess Function.classExternalPythonKeyedCoProcessOperator<OUT>ExternalPythonKeyedCoProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python CoProcess function.
-