| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators |
| Modifier and Type | Field and Description |
|---|---|
protected StreamOperator.ChainingStrategy |
AbstractStreamOperator.chainingStrategy |
| Modifier and Type | Method and Description |
|---|---|
StreamOperator.ChainingStrategy |
StreamOperator.getChainingStrategy() |
StreamOperator.ChainingStrategy |
AbstractStreamOperator.getChainingStrategy() |
static StreamOperator.ChainingStrategy |
StreamOperator.ChainingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamOperator.ChainingStrategy[] |
StreamOperator.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 |
StreamOperator.setChainingStrategy(StreamOperator.ChainingStrategy strategy) |
void |
AbstractStreamOperator.setChainingStrategy(StreamOperator.ChainingStrategy strategy) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.