OUT - Type parameter of the split values.@PublicEvolving public interface OutputSelector<OUT> extends Serializable
SplitStream using
the SingleOutputStreamOperator.split(org.apache.flink.streaming.api.collector.selector.OutputSelector<T>) call. Every output object of a
SplitStream will run through this operator to select outputs.| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
select(OUT value)
Method for selecting output names for the emitted objects when using the
SingleOutputStreamOperator.split(org.apache.flink.streaming.api.collector.selector.OutputSelector<T>) method. |
Iterable<String> select(OUT value)
SingleOutputStreamOperator.split(org.apache.flink.streaming.api.collector.selector.OutputSelector<T>) method. The values will be
emitted only to output names which are contained in the returned
iterable.value - Output object for which the output selection should be made.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.