| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStage |
ExecutionGraph.getCurrentExecutionStage()
Returns the stage which is currently executed.
|
ExecutionStage |
ExecutionGroupVertex.getExecutionStage()
Returns the execution stage this group vertex is associated with.
|
ExecutionStage |
ExecutionGraph.getStage(int num)
Returns the execution stage with number
num. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ExecutionStage> |
ExecutionGraph.iterator()
Returns an iterator over all execution stages contained in this graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionStageListener.nextExecutionStageEntered(JobID jobID,
ExecutionStage executionStage)
This method is called to indicate that the job with the given
JobID has finished its previous
ExecutionStage and has entered the next ExecutionStage. |
void |
ExecutionGroupVertex.setExecutionStage(ExecutionStage executionStage)
Sets the execution stage this group vertex is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultScheduler.nextExecutionStageEntered(JobID jobID,
ExecutionStage executionStage) |
protected void |
DefaultScheduler.requestInstances(ExecutionStage executionStage)
Collects the instances required to run the job from the given
ExecutionStage and requests them at the
loaded instance manager. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.