| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.async | |
| org.apache.flink.streaming.api.transformations |
| Modifier and Type | Field and Description |
|---|---|
protected ChainingStrategy |
AbstractStreamOperator.chainingStrategy |
| Modifier and Type | Method and Description |
|---|---|
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)
Returns the enum constant of this type with the specified name.
|
static ChainingStrategy[] |
ChainingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ChainingStrategy |
AsyncWaitOperatorFactory.getChainingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncWaitOperatorFactory.setChainingStrategy(ChainingStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.