| Class | Description |
|---|---|
| PythonDataStream<D extends org.apache.flink.streaming.api.datastream.DataStream<org.python.core.PyObject>> |
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<W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A thin wrapper layer over
WindowedStream. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.