Uses of Interface
org.apache.flink.streaming.api.transformations.python.DelegateOperatorTransformation
-
Packages that use DelegateOperatorTransformation Package Description org.apache.flink.streaming.api.transformations.python -
-
Uses of DelegateOperatorTransformation in org.apache.flink.streaming.api.transformations.python
Classes in org.apache.flink.streaming.api.transformations.python that implement DelegateOperatorTransformation Modifier and Type Class Description classPythonBroadcastStateTransformation<IN1,IN2,OUT>ATransformationrepresenting a Python Co-Broadcast-Process operation, which will be translated into different operations byPythonBroadcastStateTransformationTranslator.classPythonKeyedBroadcastStateTransformation<OUT>ATransformationrepresenting 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 DelegateOperatorTransformation Modifier and Type Method Description static voidDelegateOperatorTransformation. configureOperator(DelegateOperatorTransformation<?> transformation, AbstractPythonFunctionOperator<?> operator)
-