| Class and Description |
|---|
| ConnectedDataStream
The ConnectedDataStream represents a stream for two different data types.
|
| DataStream
A DataStream represents a stream of elements of the same type.
|
| DataStreamSink
Represents the end of a DataStream.
|
| DataStreamSource
The DataStreamSource represents the starting point of a DataStream.
|
| DiscretizedStream
A
DiscretizedStream represents a data stream that has been divided
into windows (predefined chunks). |
| GroupedDataStream
A GroupedDataStream represents a
DataStream which has been
partitioned by the given KeySelector. |
| IterativeDataStream
The iterative data stream represents the start of an iteration in a
DataStream. |
| SingleOutputStreamOperator
The SingleOutputStreamOperator represents a user defined transformation
applied on a
DataStream with one predefined output type. |
| SplitDataStream
The SplitDataStream represents an operator that has been split using an
OutputSelector. |
| WindowedDataStream
A
WindowedDataStream represents a data stream that has been
discretised into windows. |
| Class and Description |
|---|
| DataStream
A DataStream represents a stream of elements of the same type.
|
| SingleOutputStreamOperator
The SingleOutputStreamOperator represents a user defined transformation
applied on a
DataStream with one predefined output type. |
| Class and Description |
|---|
| DataStream
A DataStream represents a stream of elements of the same type.
|
| DataStreamSource
The DataStreamSource represents the starting point of a DataStream.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.