| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.graph |
| 限定符和类型 | 方法和说明 |
|---|---|
List<NonChainedOutput> |
StreamConfig.getOperatorNonChainedOutputs(ClassLoader cl) |
List<NonChainedOutput> |
StreamConfig.getVertexNonChainedOutputs(ClassLoader cl) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StreamConfig.setOperatorNonChainedOutputs(List<NonChainedOutput> nonChainedOutputs)
Sets the operator level non-chained outputs.
|
void |
StreamConfig.setVertexNonChainedOutputs(List<NonChainedOutput> nonChainedOutputs)
Sets the job vertex level non-chained outputs.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.