Uses of Interface
org.apache.flink.streaming.api.transformations.python.DelegateOperatorTransformation
Packages that use DelegateOperatorTransformation
-
Uses of DelegateOperatorTransformation in org.apache.flink.streaming.api.transformations.python
Classes in org.apache.flink.streaming.api.transformations.python that implement DelegateOperatorTransformationModifier and TypeClassDescriptionclassPythonBroadcastStateTransformation<IN1,IN2, OUT> ATransformationrepresenting a Python Co-Broadcast-Process operation, which will be translated into different operations byPythonBroadcastStateTransformationTranslator.classATransformationrepresenting a Python Keyed-Co-Broadcast-Process operation, which will be translated into different operations byPythonKeyedBroadcastStateTransformationTranslator.Methods in org.apache.flink.streaming.api.transformations.python with parameters of type DelegateOperatorTransformationModifier and TypeMethodDescriptionstatic voidDelegateOperatorTransformation.configureOperator(DelegateOperatorTransformation<?> transformation, AbstractPythonFunctionOperator<?> operator)