public interface DelegateOperatorTransformation<OUT>
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. Currently, those
configurations include OutputTags, numPartitions and general Configuration.| 限定符和类型 | 接口和说明 |
|---|---|
static class |
DelegateOperatorTransformation.DelegateOperator<OUT>
DelegateOperatorTransformation.DelegateOperator holds configurations, e.g. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
configureOperator(DelegateOperatorTransformation<?> transformation,
AbstractPythonFunctionOperator<?> operator) |
org.apache.flink.streaming.api.operators.SimpleOperatorFactory<OUT> |
getOperatorFactory() |
org.apache.flink.streaming.api.operators.SimpleOperatorFactory<OUT> getOperatorFactory()
static void configureOperator(DelegateOperatorTransformation<?> transformation, AbstractPythonFunctionOperator<?> operator)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.