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