| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph |
| Modifier and Type | Method and Description |
|---|---|
protected StreamNode |
StreamGraph.addNode(Integer vertexID,
String slotSharingGroup,
Class<? extends org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable> vertexClass,
StreamOperator<?> operatorObject,
String operatorName) |
StreamNode |
StreamEdge.getSourceVertex() |
StreamNode |
StreamGraph.getStreamNode(Integer vertexID) |
StreamNode |
StreamEdge.getTargetVertex() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.tuple.Tuple2<StreamNode,StreamNode> |
StreamGraph.createIterationSourceAndSink(int loopId,
int sourceId,
int sinkId,
long timeout,
int parallelism) |
org.apache.flink.api.java.tuple.Tuple2<StreamNode,StreamNode> |
StreamGraph.createIterationSourceAndSink(int loopId,
int sourceId,
int sinkId,
long timeout,
int parallelism) |
Set<org.apache.flink.api.java.tuple.Tuple2<StreamNode,StreamNode>> |
StreamGraph.getIterationSourceSinkPairs() |
Set<org.apache.flink.api.java.tuple.Tuple2<StreamNode,StreamNode>> |
StreamGraph.getIterationSourceSinkPairs() |
Collection<StreamNode> |
StreamGraph.getStreamNodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamNode.isSameSlotSharingGroup(StreamNode downstreamVertex) |
| Constructor and Description |
|---|
StreamEdge(StreamNode sourceVertex,
StreamNode targetVertex,
int typeNumber,
List<String> selectedNames,
StreamPartitioner<?> outputPartitioner) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.