| Package | Description |
|---|---|
| io.ray.streaming.python | |
| io.ray.streaming.python.stream |
| Modifier and Type | Class and Description |
|---|---|
static class |
PythonOperator.ChainedPythonOperator |
| Modifier and Type | Method and Description |
|---|---|
PythonOperator |
PythonOperator.ChainedPythonOperator.getHeadOperator() |
PythonOperator |
PythonOperator.ChainedPythonOperator.getTailOperator() |
| Modifier and Type | Method and Description |
|---|---|
List<PythonOperator> |
PythonOperator.ChainedPythonOperator.getOperators() |
| Constructor and Description |
|---|
ChainedPythonOperator(List<PythonOperator> operators,
List<Map<String,String>> configs) |
| Constructor and Description |
|---|
PythonDataStream(PythonDataStream input,
PythonOperator pythonOperator) |
PythonDataStream(PythonDataStream input,
PythonOperator pythonOperator,
Partition<Object> partition) |
PythonDataStream(StreamingContext streamingContext,
PythonOperator pythonOperator) |
PythonDataStream(StreamingContext streamingContext,
PythonOperator pythonOperator,
Partition<Object> partition) |
PythonKeyDataStream(PythonDataStream input,
PythonOperator pythonOperator) |
PythonStreamSink(PythonDataStream input,
PythonOperator sinkOperator) |
Copyright © 2021. All rights reserved.