| Package | Description |
|---|---|
| org.apache.flink.streaming.python.api.datastream | |
| org.apache.flink.streaming.python.api.functions |
| Modifier and Type | Method and Description |
|---|---|
PythonKeyedStream |
PythonDataStream.key_by(org.apache.flink.api.java.functions.KeySelector<org.python.core.PyObject,PyKey> selector)
A thin wrapper layer over
DataStream.keyBy(KeySelector). |
| Modifier and Type | Method and Description |
|---|---|
PyKey |
PythonKeySelector.getKey(org.python.core.PyObject value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PythonApplyFunction.apply(PyKey key,
W window,
Iterable<org.python.core.PyObject> values,
org.apache.flink.util.Collector<org.python.core.PyObject> out) |
| Constructor and Description |
|---|
PythonKeySelector(org.apache.flink.api.java.functions.KeySelector<org.python.core.PyObject,PyKey> fun) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.