Uses of Class
org.apache.flink.streaming.api.operators.python.process.AbstractExternalTwoInputPythonFunctionOperator
Packages that use AbstractExternalTwoInputPythonFunctionOperator
-
Uses of AbstractExternalTwoInputPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of AbstractExternalTwoInputPythonFunctionOperator 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.classTheExternalPythonBatchKeyedCoBroadcastProcessOperatoris 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.classExternalPythonKeyedCoProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python CoProcess function.