| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.transformations.python | |
| org.apache.flink.streaming.runtime.translators.python |
| 类和说明 |
|---|
| DelegateOperatorTransformation
For those
Transformation that don't have an operator entity,
DelegateOperatorTransformation provides a SimpleOperatorFactory containing a
DelegateOperatorTransformation.DelegateOperator , which can hold special configurations during transformation
preprocessing for Python jobs, and later be queried at translation stage. |
| 类和说明 |
|---|
| PythonBroadcastStateTransformation
A
Transformation representing a Python Co-Broadcast-Process operation, which will be
translated into different operations by PythonBroadcastStateTransformationTranslator. |
| PythonKeyedBroadcastStateTransformation
A
Transformation representing a Python Keyed-Co-Broadcast-Process operation, which will
be translated into different operations by PythonKeyedBroadcastStateTransformationTranslator. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.