| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.splitassigner | |
| org.apache.flink.runtime.jobmanager.splitassigner.file |
| Modifier and Type | Method and Description |
|---|---|
ExecutionGroupVertex |
ExecutionVertex.getGroupVertex()
Returns the group vertex this execution vertex belongs to.
|
ExecutionGroupVertex |
ExecutionGroupEdge.getSourceVertex()
Returns the source vertex this edge starts from.
|
ExecutionGroupVertex |
ExecutionStage.getStageMember(int index)
Returns the stage member internally stored at index
index. |
ExecutionGroupVertex |
ExecutionGroupEdge.getTargetVertex()
Returns the group vertex connected to this edge.
|
ExecutionGroupVertex |
ExecutionGroupVertex.getVertexToShareInstancesWith() |
ExecutionGroupVertex |
ExecutionGroupVertexIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStage.addStageMember(ExecutionGroupVertex groupVertex)
Adds a new execution group vertex to this stage if it is not already included.
|
List<ExecutionGroupEdge> |
ExecutionGroupVertex.getBackwardEdges(ExecutionGroupVertex groupVertex) |
List<ExecutionGroupEdge> |
ExecutionGroupVertex.getForwardEdges(ExecutionGroupVertex groupVertex) |
void |
ExecutionStage.removeStageMember(ExecutionGroupVertex groupVertex)
Removes the specified group vertex from the execution stage.
|
| Constructor and Description |
|---|
ExecutionGroupEdge(ExecutionGroupVertex sourceVertex,
int indexOfOutputGate,
ExecutionGroupVertex targetVertex,
int indexOfInputGate,
ChannelType channelType,
boolean userDefinedChannelType,
DistributionPattern distributionPattern)
Constructs a new group edge.
|
ExecutionVertex(ExecutionGraph executionGraph,
ExecutionGroupVertex groupVertex,
int numberOfOutputGates,
int numberOfInputGates)
Create a new execution vertex and instantiates its environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocatableInputSplitAssigner.registerGroupVertex(ExecutionGroupVertex groupVertex) |
void |
InputSplitAssigner.registerGroupVertex(ExecutionGroupVertex groupVertex)
Registers an input vertex with the input split assigner.
|
void |
DefaultInputSplitAssigner.registerGroupVertex(ExecutionGroupVertex groupVertex) |
void |
LocatableInputSplitAssigner.unregisterGroupVertex(ExecutionGroupVertex groupVertex) |
void |
InputSplitAssigner.unregisterGroupVertex(ExecutionGroupVertex groupVertex)
Unregisters an input vertex from the input split assigner.
|
void |
DefaultInputSplitAssigner.unregisterGroupVertex(ExecutionGroupVertex groupVertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileInputSplitAssigner.registerGroupVertex(ExecutionGroupVertex groupVertex) |
void |
FileInputSplitAssigner.unregisterGroupVertex(ExecutionGroupVertex groupVertex) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.