| Package | Description |
|---|---|
| io.ray.streaming.api.collector | |
| io.ray.streaming.api.function.impl | |
| io.ray.streaming.operator | |
| io.ray.streaming.operator.chain | |
| io.ray.streaming.operator.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionCollector<T>
Combination of multiple collectors.
|
| Constructor and Description |
|---|
CollectionCollector(List<Collector> collectorList) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatMapFunction.flatMap(T value,
Collector<R> collector) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Collector> |
StreamOperator.collectorList |
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.open(List<Collector> collectors,
RuntimeContext runtimeContext) |
void |
StreamOperator.open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedOperator.open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceOperatorImpl.open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
void |
FlatMapOperator.open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
void |
ReduceOperator.open(List<Collector> collectorList,
RuntimeContext runtimeContext) |
Copyright © 2021. All rights reserved.