| Package | Description |
|---|---|
| io.ray.streaming.api.context | |
| io.ray.streaming.api.stream | |
| io.ray.streaming.jobgraph | |
| io.ray.streaming.python.stream |
| Modifier and Type | Method and Description |
|---|---|
List<StreamSink> |
StreamingContext.getStreamSinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingContext.addSink(StreamSink streamSink) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataStreamSink<T>
Represents a sink of the DataStream.
|
| Constructor and Description |
|---|
JobGraphBuilder(List<StreamSink> streamSinkList) |
JobGraphBuilder(List<StreamSink> streamSinkList,
String jobName) |
JobGraphBuilder(List<StreamSink> streamSinkList,
String jobName,
Map<String,String> jobConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
PythonStreamSink
Represents a sink of the PythonStream.
|
Copyright © 2021. All rights reserved.