Uses of Package
org.apache.flink.streaming.api.operators.python.embedded
-
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.streaming.api.operators.python.embedded Class Description AbstractEmbeddedDataStreamPythonFunctionOperator Base class for all Python DataStream operators executed in embedded Python environment.AbstractEmbeddedPythonFunctionOperator Abstract class for all stream operators to execute Python functions in embedded Python environment.AbstractOneInputEmbeddedPythonFunctionOperator AbstractOneInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with one input in Embedded Python environment.AbstractTwoInputEmbeddedPythonFunctionOperator AbstractTwoInputEmbeddedPythonFunctionOperatoris responsible for run Python DataStream operators with two input user defined python function in Embedded Python environment.EmbeddedPythonCoProcessOperator EmbeddedPythonCoProcessOperatoris responsible for executing Python CoProcessFunction in embedded Python environment.EmbeddedPythonKeyedCoProcessOperator EmbeddedPythonKeyedCoProcessOperatoris responsible for executing user defined python KeyedCoProcessFunction in embedded Python environment. -
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.table.runtime.operators.python Class Description AbstractEmbeddedPythonFunctionOperator Abstract class for all stream operators to execute Python functions in embedded Python environment. -
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.table.runtime.operators.python.scalar Class Description AbstractEmbeddedPythonFunctionOperator Abstract class for all stream operators to execute Python functions in embedded Python environment. -
Classes in org.apache.flink.streaming.api.operators.python.embedded used by org.apache.flink.table.runtime.operators.python.table Class Description AbstractEmbeddedPythonFunctionOperator Abstract class for all stream operators to execute Python functions in embedded Python environment.