Package org.apache.flink.streaming.api.operators.python.embedded
-
Class Summary Class Description AbstractEmbeddedDataStreamPythonFunctionOperator<OUT> Base class for all Python DataStream operators executed in embedded Python environment.AbstractEmbeddedPythonFunctionOperator<OUT> Abstract class for all stream operators to execute Python functions in embedded Python environment.AbstractOneInputEmbeddedPythonFunctionOperator<IN,OUT> AbstractOneInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with one input in Embedded Python environment.AbstractTwoInputEmbeddedPythonFunctionOperator<IN1,IN2,OUT> AbstractTwoInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with two input user defined python function in Embedded Python environment.EmbeddedPythonBatchCoBroadcastProcessOperator<IN1,IN2,OUT> TheEmbeddedPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,EmbeddedPythonCoProcessOperatoris used under STREAMING mode.EmbeddedPythonBatchKeyedCoBroadcastProcessOperator<K,IN1,IN2,OUT> TheEmbeddedPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,EmbeddedPythonKeyedCoProcessOperatoris used under STREAMING mode.EmbeddedPythonCoProcessOperator<IN1,IN2,OUT> EmbeddedPythonCoProcessOperatoris responsible for executing Python CoProcessFunction in embedded Python environment.EmbeddedPythonKeyedCoProcessOperator<K,IN1,IN2,OUT> EmbeddedPythonKeyedCoProcessOperatoris responsible for executing user defined python KeyedCoProcessFunction in embedded Python environment.EmbeddedPythonKeyedProcessOperator<K,IN,OUT> EmbeddedPythonKeyedProcessOperatoris responsible for executing user defined python KeyedProcessFunction in embedded Python environment.EmbeddedPythonProcessOperator<IN,OUT> EmbeddedPythonProcessOperatoris responsible for executing Python ProcessFunction in embedded Python environment.EmbeddedPythonWindowOperator<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.