| Package | Description |
|---|---|
| org.apache.flink.streaming.python.api.datastream |
| Modifier and Type | Class and Description |
|---|---|
class |
PythonIterativeStream
A thin wrapper layer over
IterativeStream. |
| Modifier and Type | Method and Description |
|---|---|
PythonSingleOutputStreamOperator |
PythonWindowedStream.apply(org.apache.flink.streaming.api.functions.windowing.WindowFunction<org.python.core.PyObject,Object,Object,W> fun)
A thin wrapper layer over
WindowedStream.apply(WindowFunction). |
PythonSingleOutputStreamOperator |
PythonDataStream.filter(org.apache.flink.api.common.functions.FilterFunction<org.python.core.PyObject> filter)
A thin wrapper layer over
DataStream.filter(FilterFunction). |
PythonSingleOutputStreamOperator |
PythonSingleOutputStreamOperator.name(String name)
A thin wrapper layer over
SingleOutputStreamOperator.name(String) . |
PythonSingleOutputStreamOperator |
PythonWindowedStream.reduce(org.apache.flink.api.common.functions.ReduceFunction<org.python.core.PyObject> fun)
A thin wrapper layer over
WindowedStream.reduce(org.apache.flink.api.common.functions.ReduceFunction). |
PythonSingleOutputStreamOperator |
PythonKeyedStream.reduce(org.apache.flink.api.common.functions.ReduceFunction<org.python.core.PyObject> reducer)
A thin wrapper layer over
KeyedStream.reduce(ReduceFunction). |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.