Uses of Class
org.apache.flink.streaming.api.operators.python.process.AbstractExternalDataStreamPythonFunctionOperator
-
Packages that use AbstractExternalDataStreamPythonFunctionOperator Package Description org.apache.flink.streaming.api.operators.python.process -
-
Uses of AbstractExternalDataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of AbstractExternalDataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process Modifier and Type Class Description classAbstractExternalOneInputPythonFunctionOperator<IN,OUT>AbstractExternalOneInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.classAbstractExternalTwoInputPythonFunctionOperator<IN1,IN2,OUT>AbstractExternalTwoInputPythonFunctionOperatoris responsible for launching beam runner which will start a python harness to execute two-input user defined python function.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.classExternalPythonKeyedProcessOperator<OUT>ExternalPythonKeyedProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python function.classExternalPythonProcessOperator<IN,OUT>ExternalPythonProcessOperatoris responsible for launching beam runner which will start a python harness to execute user defined python ProcessFunction.Methods in org.apache.flink.streaming.api.operators.python.process that return AbstractExternalDataStreamPythonFunctionOperator Modifier and Type Method Description <T> AbstractExternalDataStreamPythonFunctionOperator<T>ExternalPythonCoProcessOperator. copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)<T> AbstractExternalDataStreamPythonFunctionOperator<T>ExternalPythonKeyedCoProcessOperator. copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)<T> AbstractExternalDataStreamPythonFunctionOperator<T>ExternalPythonKeyedProcessOperator. copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)<T> AbstractExternalDataStreamPythonFunctionOperator<T>ExternalPythonProcessOperator. copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)
-