public final class StormStreamSelector<T> extends Object implements OutputSelector<SplitStreamType<T>>
FlinkTopology
to split multiple declared output streams within Flink.Constructor and Description |
---|
StormStreamSelector() |
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
select(SplitStreamType<T> 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(SplitStreamType<T> 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.select
in interface OutputSelector<SplitStreamType<T>>
value
- Output object for which the output selection should be made.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.