OUT - The type of the output.public class SplitDataStream<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 SplitDataStreamcounter, environment, id, iterationID, iterationWaitTime, parallelism, partitioner, streamGraph, typeInfo, unionizedStreams, userDefinedNames| Modifier | Constructor and Description |
|---|---|
protected |
SplitDataStream(DataStream<OUT> dataStream) |
| Modifier and Type | Method and Description |
|---|---|
DataStream<OUT> |
select(String... outputNames)
Sets the output names for which the next operator will receive values.
|
addSink, aggregate, broadcast, checkFieldRange, clean, connect, connectGraph, copy, count, cross, every, fillInType, filter, flatMap, fold, forward, getClassAtPos, getExecutionConfig, getExecutionEnvironment, getId, getParallelism, getType, global, groupBy, groupBy, groupBy, iterate, iterate, join, map, max, max, maxBy, maxBy, maxBy, maxBy, min, min, minBy, minBy, minBy, minBy, partitionByHash, partitionByHash, partitionByHash, print, printToErr, project, rebalance, reduce, setConnectionType, shuffle, split, sum, sum, transform, union, window, window, write, writeAsCsv, writeAsCsv, writeAsCsv, writeAsCsv, writeAsText, writeAsText, writeAsText, writeAsText, writeToSocketprotected SplitDataStream(DataStream<OUT> dataStream)
public DataStream<OUT> select(String... outputNames)
outputNames - The output names for which the operator will receive the
input.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.