Package org.apache.flink.streaming.api.transformations.python
-
Interface Summary Interface Description DelegateOperatorTransformation<OUT> For thoseTransformationthat don't have an operator entity,DelegateOperatorTransformationprovides aSimpleOperatorFactorycontaining aDelegateOperatorTransformation.DelegateOperator, which can hold special configurations during transformation preprocessing for Python jobs, and later be queried at translation stage. -
Class Summary Class Description DelegateOperatorTransformation.DelegateOperator<OUT> DelegateOperatorTransformation.DelegateOperatorholds configurations, e.g.PythonBroadcastStateTransformation<IN1,IN2,OUT> ATransformationrepresenting a Python Co-Broadcast-Process operation, which will be translated into different operations byPythonBroadcastStateTransformationTranslator.PythonKeyedBroadcastStateTransformation<OUT> ATransformationrepresenting a Python Keyed-Co-Broadcast-Process operation, which will be translated into different operations byPythonKeyedBroadcastStateTransformationTranslator.