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