@PublicEvolving public class PythonSplitStream extends PythonDataStream<org.apache.flink.streaming.api.datastream.SplitStream<org.python.core.PyObject>>
SplitStream.
The PythonSplitStream represents an operator that has been split using an
OutputSelector. Named outputs
can be selected using the select(java.lang.String...) function. To apply transformation on the whole
output simply call the transformation on the PythonSplitStream
stream| Modifier and Type | Method and Description |
|---|---|
PythonDataStream |
select(String... output_names)
A thin wrapper layer over
SplitStream.select(java.lang.String...). |
add_sink, filter, flat_map, iterate, iterate, key_by, map, output, split, union, write_as_text, write_as_text, write_to_socketpublic PythonDataStream select(String... output_names)
SplitStream.select(java.lang.String...).output_names - The output names for which the operator will receive the
input.PythonDataStreamCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.