Uses of Class
org.apache.flink.streaming.api.operators.python.process.AbstractExternalDataStreamPythonFunctionOperator
Packages that use AbstractExternalDataStreamPythonFunctionOperator
-
Uses of AbstractExternalDataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of AbstractExternalDataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.processModifier and TypeClassDescriptionclassAbstractExternalOneInputPythonFunctionOperatoris 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.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.classExternalPythonKeyedProcessOperatoris 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 AbstractExternalDataStreamPythonFunctionOperatorModifier and TypeMethodDescriptionExternalPythonCoProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) ExternalPythonKeyedCoProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) ExternalPythonKeyedProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) ExternalPythonProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)