| Package | Description |
|---|---|
| io.ray.streaming.api.stream | |
| io.ray.streaming.python.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
Stream<S extends Stream<S,T>,T>
Abstract base class of all stream types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataStream<T>
Represents a stream of data.
|
class |
DataStreamSink<T>
Represents a sink of the DataStream.
|
class |
DataStreamSource<T>
Represents a source of the DataStream.
|
class |
JoinStream<L,R,O>
Represents a DataStream of two joined DataStream.
|
class |
KeyDataStream<K,T>
Represents a DataStream returned by a key-by operation.
|
class |
StreamSink<T>
Represents a sink of the Stream.
|
class |
UnionStream<T>
Represents a union DataStream.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
Stream.getInputStream() |
Stream |
Stream.getOriginalStream() |
| Constructor and Description |
|---|
Stream(Stream originalStream)
Create a proxy stream of original stream.
|
Stream(StreamingContext streamingContext,
Stream inputStream,
StreamOperator streamOperator,
Partition<T> partition) |
Stream(Stream inputStream,
StreamOperator streamOperator) |
Stream(Stream inputStream,
StreamOperator streamOperator,
Partition<T> partition) |
StreamSink(Stream inputStream,
StreamOperator streamOperator) |
| Modifier and Type | Class and Description |
|---|---|
class |
PythonDataStream
Represents a stream of data whose transformations will be executed in python.
|
class |
PythonKeyDataStream
Represents a python DataStream returned by a key-by operation.
|
class |
PythonStreamSink
Represents a sink of the PythonStream.
|
class |
PythonStreamSource
Represents a source of the PythonStream.
|
class |
PythonUnionStream
Represents a union DataStream.
|
Copyright © 2020. All rights reserved.