| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector | |
| org.apache.flink.streaming.api.collector.selector | |
| org.apache.flink.streaming.api.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectorWrapper.addCollector(org.apache.flink.util.Collector<?> output,
StreamEdge edge) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputSelectorWrapper.addCollector(org.apache.flink.util.Collector<?> output,
StreamEdge edge) |
void |
DirectedOutputSelectorWrapper.addCollector(org.apache.flink.util.Collector<?> output,
StreamEdge edge) |
void |
BroadcastOutputSelectorWrapper.addCollector(org.apache.flink.util.Collector<?> output,
StreamEdge edge) |
| Modifier and Type | Method and Description |
|---|---|
StreamEdge |
StreamGraph.getStreamEdge(int sourceId,
int targetId) |
| 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) |
| 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) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.