Package org.apache.flink.streaming.api.operators.python.process
package org.apache.flink.streaming.api.operators.python.process
-
ClassesClassDescriptionBase class for all Python DataStream operators executed in Python process.
AbstractExternalOneInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.Abstract class for all stream operators to execute Python functions in external environment.AbstractExternalTwoInputPythonFunctionOperator<IN1,IN2, OUT> AbstractExternalTwoInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute two-input user defined python function.ExternalPythonBatchCoBroadcastProcessOperator<IN1,IN2, OUT> TheExternalPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,ExternalPythonCoProcessOperatoris used under STREAMING mode.TheExternalPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,ExternalPythonKeyedCoProcessOperatoris used under STREAMING mode.ExternalPythonCoProcessOperator<IN1,IN2, OUT> TheExternalPythonCoProcessOperatoris responsible for executing the Python CoProcess Function.ExternalPythonKeyedCoProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python CoProcess function.ExternalPythonKeyedProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.ExternalPythonProcessOperator<IN,OUT> ExternalPythonProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python ProcessFunction.