| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector.selector | |
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.runtime.io |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputSelectorWrapper.addCollector(Collector<StreamRecord<OUT>> output,
StreamEdge edge) |
void |
BroadcastOutputSelectorWrapper.addCollector(Collector<StreamRecord<OUT>> output,
StreamEdge edge) |
void |
DirectedOutputSelectorWrapper.addCollector(Collector<StreamRecord<OUT>> output,
StreamEdge edge) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamEdge> |
StreamConfig.getChainedOutputs(ClassLoader cl) |
List<StreamEdge> |
StreamNode.getInEdges() |
List<StreamEdge> |
StreamConfig.getInPhysicalEdges(ClassLoader cl) |
List<StreamEdge> |
StreamConfig.getNonChainedOutputs(ClassLoader cl) |
List<StreamEdge> |
StreamNode.getOutEdges() |
List<StreamEdge> |
StreamConfig.getOutEdges(ClassLoader cl) |
List<StreamEdge> |
StreamConfig.getOutEdgesInOrder(ClassLoader cl) |
List<StreamEdge> |
StreamGraph.getStreamEdges(int sourceId,
int targetId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamNode.addInEdge(StreamEdge inEdge) |
void |
StreamNode.addOutEdge(StreamEdge outEdge) |
protected void |
StreamGraph.removeEdge(StreamEdge edge) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfig.setChainedOutputs(List<StreamEdge> chainedOutputs) |
void |
StreamConfig.setInPhysicalEdges(List<StreamEdge> inEdges) |
void |
StreamConfig.setNonChainedOutputs(List<StreamEdge> outputvertexIDs) |
void |
StreamConfig.setOutEdges(List<StreamEdge> outEdges) |
void |
StreamConfig.setOutEdgesInOrder(List<StreamEdge> outEdgeList) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectorWrapper.addCollector(Output<StreamRecord<OUT>> output,
StreamEdge edge) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.