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, broadcast, clean, coGroup, connect, connect, countWindowAll, countWindowAll, filter, flatMap, forward, getExecutionConfig, getExecutionEnvironment, getId, getMinResources, getParallelism, getPreferredResources, getTransformation, getType, global, iterate, iterate, join, keyBy, keyBy, keyBy, keyBy, map, partitionCustom, partitionCustom, partitionCustom, print, print, printToErr, printToErr, process, process, project, rebalance, rescale, setConnectionType, shuffle, split, timeWindowAll, timeWindowAll, transform, union, windowAll, writeAsCsv, writeAsCsv, writeAsCsv, writeAsText, writeAsText, writeToSocket, writeUsingOutputFormat
protected 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–2018 The Apache Software Foundation. All rights reserved.