| Package | Description |
|---|---|
| io.ray.streaming.api.stream | |
| io.ray.streaming.operator |
| Modifier and Type | Method and Description |
|---|---|
S |
Stream.withChainStrategy(ChainStrategy chainStrategy)
Set chain strategy for this stream
|
| Modifier and Type | Method and Description |
|---|---|
ChainStrategy |
Operator.getChainStrategy() |
ChainStrategy |
StreamOperator.getChainStrategy() |
static ChainStrategy |
ChainStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChainStrategy[] |
ChainStrategy.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.setChainStrategy(ChainStrategy chainStrategy) |
Copyright © 2021. All rights reserved.