| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.async | |
| org.apache.flink.streaming.api.transformations |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ChainingStrategy |
AbstractStreamOperator.chainingStrategy |
| 限定符和类型 | 方法和说明 |
|---|---|
ChainingStrategy |
SimpleOperatorFactory.getChainingStrategy() |
ChainingStrategy |
AbstractStreamOperator.getChainingStrategy() |
ChainingStrategy |
StreamOperatorFactory.getChainingStrategy()
Get the chaining strategy of operator factory.
|
ChainingStrategy |
StreamOperator.getChainingStrategy() |
static ChainingStrategy |
ChainingStrategy.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ChainingStrategy[] |
ChainingStrategy.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SimpleOperatorFactory.setChainingStrategy(ChainingStrategy strategy) |
void |
AbstractStreamOperator.setChainingStrategy(ChainingStrategy strategy) |
void |
StreamOperatorFactory.setChainingStrategy(ChainingStrategy strategy)
Set the chaining strategy for operator factory.
|
void |
StreamOperator.setChainingStrategy(ChainingStrategy strategy) |
| 限定符和类型 | 方法和说明 |
|---|---|
ChainingStrategy |
AsyncWaitOperatorFactory.getChainingStrategy() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AsyncWaitOperatorFactory.setChainingStrategy(ChainingStrategy strategy) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TwoInputTransformation.setChainingStrategy(ChainingStrategy strategy) |
void |
SourceTransformation.setChainingStrategy(ChainingStrategy strategy) |
void |
OneInputTransformation.setChainingStrategy(ChainingStrategy strategy) |
abstract void |
PhysicalTransformation.setChainingStrategy(ChainingStrategy strategy)
Sets the chaining strategy of this
Transformation. |
void |
SinkTransformation.setChainingStrategy(ChainingStrategy strategy) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.