| 程序包 | 说明 |
|---|---|
| io.ray.streaming.api.stream | |
| io.ray.streaming.operator |
| 限定符和类型 | 方法和说明 |
|---|---|
S |
Stream.withChainStrategy(ChainStrategy chainStrategy)
Set chain strategy for this stream
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChainStrategy |
Operator.getChainStrategy() |
ChainStrategy |
StreamOperator.getChainStrategy() |
static ChainStrategy |
ChainStrategy.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ChainStrategy[] |
ChainStrategy.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StreamOperator.setChainStrategy(ChainStrategy chainStrategy) |
Copyright © 2021. All rights reserved.