Package org.apache.flink.streaming.api.operators.python.process
-
Class Summary Class Description AbstractExternalDataStreamPythonFunctionOperator<OUT> Base class for all Python DataStream operators executed in Python process.AbstractExternalOneInputPythonFunctionOperator<IN,OUT> AbstractExternalOneInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.AbstractExternalPythonFunctionOperator<OUT> 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.ExternalPythonBatchKeyedCoBroadcastProcessOperator<OUT> 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.ExternalPythonKeyedCoProcessOperator<OUT> ExternalPythonKeyedCoProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python CoProcess function.ExternalPythonKeyedProcessOperator<OUT> 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.