| Package | Description |
|---|---|
| org.apache.flink.streaming.python.api.datastream | |
| org.apache.flink.streaming.python.api.environment |
| Class and Description |
|---|
| PythonDataStream
A
PythonDataStream is a thin wrapper layer over DataStream, which represents a
stream of elements of the same type. |
| PythonIterativeStream
A thin wrapper layer over
IterativeStream. |
| PythonKeyedStream
A thin wrapper layer over
KeyedStream. |
| PythonSingleOutputStreamOperator
A thin wrapper layer over
SingleOutputStreamOperator |
| PythonSplitStream
A thin wrapper layer over
SplitStream. |
| PythonWindowedStream
A thin wrapper layer over
WindowedStream. |
| Class and Description |
|---|
| PythonDataStream
A
PythonDataStream is a thin wrapper layer over DataStream, which represents a
stream of elements of the same type. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.