Uses of Interface
org.apache.flink.streaming.api.operators.python.DataStreamPythonFunctionOperator
Packages that use DataStreamPythonFunctionOperator
Package
Description
-
Uses of DataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python
Methods in org.apache.flink.streaming.api.operators.python that return DataStreamPythonFunctionOperatorModifier and TypeMethodDescriptionDataStreamPythonFunctionOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) Make a copy of the DataStreamPythonFunctionOperator with the given pythonFunctionInfo and outputTypeInfo. -
Uses of DataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embedded
Classes in org.apache.flink.streaming.api.operators.python.embedded that implement DataStreamPythonFunctionOperatorModifier and TypeClassDescriptionclassBase class for all Python DataStream operators executed in embedded Python environment.classAbstractOneInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with one input in Embedded Python environment.classAbstractTwoInputEmbeddedPythonFunctionOperator<IN1,IN2, OUT> AbstractTwoInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with two input user defined python function in Embedded Python environment.classEmbeddedPythonBatchCoBroadcastProcessOperator<IN1,IN2, OUT> TheEmbeddedPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,EmbeddedPythonCoProcessOperatoris used under STREAMING mode.classEmbeddedPythonBatchKeyedCoBroadcastProcessOperator<K,IN1, IN2, OUT> TheEmbeddedPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,EmbeddedPythonKeyedCoProcessOperatoris used under STREAMING mode.classEmbeddedPythonCoProcessOperator<IN1,IN2, OUT> EmbeddedPythonCoProcessOperatoris responsible for executing Python CoProcessFunction in embedded Python environment.classEmbeddedPythonKeyedCoProcessOperator<K,IN1, IN2, OUT> EmbeddedPythonKeyedCoProcessOperatoris responsible for executing user defined python KeyedCoProcessFunction in embedded Python environment.classEmbeddedPythonKeyedProcessOperator<K,IN, OUT> EmbeddedPythonKeyedProcessOperatoris responsible for executing user defined python KeyedProcessFunction in embedded Python environment.classEmbeddedPythonProcessOperator<IN,OUT> EmbeddedPythonProcessOperatoris responsible for executing Python ProcessFunction in embedded Python environment.classEmbeddedPythonWindowOperator<K,IN, OUT, W extends org.apache.flink.table.runtime.operators.window.Window> EmbeddedPythonWindowOperatoris responsible for executing user defined python ProcessWindowFunction in embedded Python environment.Methods in org.apache.flink.streaming.api.operators.python.embedded that return DataStreamPythonFunctionOperatorModifier and TypeMethodDescriptionEmbeddedPythonWindowOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) -
Uses of DataStreamPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.process
Classes in org.apache.flink.streaming.api.operators.python.process that implement DataStreamPythonFunctionOperatorModifier and TypeClassDescriptionclassBase class for all Python DataStream operators executed in Python process.classAbstractExternalOneInputPythonFunctionOperatoris 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. -
Uses of DataStreamPythonFunctionOperator in org.apache.flink.streaming.api.transformations.python
Classes in org.apache.flink.streaming.api.transformations.python that implement DataStreamPythonFunctionOperatorModifier and TypeClassDescriptionstatic classDelegateOperatorTransformation.DelegateOperatorholds configurations, e.g.Methods in org.apache.flink.streaming.api.transformations.python that return DataStreamPythonFunctionOperatorModifier and TypeMethodDescriptionDelegateOperatorTransformation.DelegateOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)