| Package | Description |
|---|---|
| org.apache.flink.runtime.managementgraph |
| Modifier and Type | Method and Description |
|---|---|
ManagementGate |
ManagementVertex.getInputGate(int index)
Returns the input gate at the given index.
|
ManagementGate |
ManagementVertex.getOutputGate(int index)
Returns the output gate at the given index.
|
ManagementGate |
ManagementEdge.getSource()
Returns the source of the edge referring to the output gate of an execution vertex.
|
ManagementGate |
ManagementEdge.getTarget()
Returns the target of the edge referring to the input gate of an execution vertex.
|
| Constructor and Description |
|---|
ManagementEdge(ManagementEdgeID sourceEdgeID,
ManagementEdgeID targetEdgeID,
ManagementGate source,
int sourceIndex,
ManagementGate target,
int targetIndex,
ChannelType channelType)
Constructs a new edge object.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.