| Package | Description |
|---|---|
| io.ray.streaming.api.function | |
| io.ray.streaming.operator | |
| io.ray.streaming.operator.chain | |
| io.ray.streaming.operator.impl | |
| io.ray.streaming.python |
| Modifier and Type | Method and Description |
|---|---|
void |
RichFunction.open(RuntimeContext runtimeContext)
Initialization method for user function which called before the first call to the user
function.
|
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeContext |
StreamOperator.runtimeContext |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
PythonOperator.open(List list,
RuntimeContext runtimeContext) |
Copyright © 2020. All rights reserved.