| 接口 | 说明 |
|---|---|
| StreamSource<T> |
A mark interface that represents a source of the Stream.
|
| 类 | 说明 |
|---|---|
| DataStream<T> |
Represents a stream of data.
|
| DataStreamSink<T> |
Represents a sink of the DataStream.
|
| DataStreamSource<T> |
Represents a source of the DataStream.
|
| JoinStream<L,R,O> |
Represents a DataStream of two joined DataStream.
|
| KeyDataStream<K,T> |
Represents a DataStream returned by a key-by operation.
|
| Stream<S extends Stream<S,T>,T> |
Abstract base class of all stream types.
|
| StreamSink<T> |
Represents a sink of the Stream.
|
| UnionStream<T> |
Represents a union DataStream.
|
Copyright © 2021. All rights reserved.