Uses of Class
org.apache.flink.streaming.api.operators.python.embedded.AbstractOneInputEmbeddedPythonFunctionOperator
-
Packages that use AbstractOneInputEmbeddedPythonFunctionOperator Package Description org.apache.flink.streaming.api.operators.python.embedded -
-
Uses of AbstractOneInputEmbeddedPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embedded
Subclasses of AbstractOneInputEmbeddedPythonFunctionOperator in org.apache.flink.streaming.api.operators.python.embedded Modifier and Type Class Description 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.
-