public static class IterateExample.MySelector extends Object implements OutputSelector<Tuple5<Integer,Integer,Integer,Integer,Integer>>
Constructor and Description |
---|
MySelector() |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
select(Tuple5<Integer,Integer,Integer,Integer,Integer> 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. |
public Iterable<String> select(Tuple5<Integer,Integer,Integer,Integer,Integer> value)
OutputSelector
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.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.