OUT - The type of the elements in the Stream@PublicEvolving public class SplitStream<OUT> extends DataStream<OUT>
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 SplitStreamenvironment, transformation| Modifier | Constructor and Description |
|---|---|
protected |
SplitStream(DataStream<OUT> dataStream,
OutputSelector<OUT> outputSelector) |
| Modifier and Type | Method and Description |
|---|---|
DataStream<OUT> |
select(String... outputNames)
Sets the output names for which the next operator will receive values.
|
addSink, assignTimestamps, assignTimestampsAndWatermarks, assignTimestampsAndWatermarks, broadcast, clean, coGroup, connect, countWindowAll, countWindowAll, filter, flatMap, forward, getExecutionConfig, getExecutionEnvironment, getId, getParallelism, getTransformation, getType, global, iterate, iterate, join, keyBy, keyBy, keyBy, map, partitionCustom, partitionCustom, partitionCustom, print, printToErr, project, rebalance, rescale, setConnectionType, shuffle, split, timeWindowAll, timeWindowAll, transform, union, windowAll, writeAsCsv, writeAsCsv, writeAsCsv, writeAsText, writeAsText, writeToSocket, writeUsingOutputFormatprotected SplitStream(DataStream<OUT> dataStream, OutputSelector<OUT> outputSelector)
public DataStream<OUT> select(String... outputNames)
outputNames - The output names for which the operator will receive the
input.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.