public interface OutputSelectorWrapper<OUT> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addCollector(Collector<StreamRecord<OUT>> output,
StreamEdge edge) |
Iterable<Collector<StreamRecord<OUT>>> |
getSelectedOutputs(OUT record) |
void addCollector(Collector<StreamRecord<OUT>> output, StreamEdge edge)
Iterable<Collector<StreamRecord<OUT>>> getSelectedOutputs(OUT record)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.