| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
Execution |
ExecutionVertex.getCurrentExecutionAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionAttemptID,Execution> |
ExecutionGraph.getRegisteredExecutions() |
| Modifier and Type | Method and Description |
|---|---|
Execution |
SimpleSlot.getExecution() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleSlot.setExecutedVertex(Execution executedVertex) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
ScheduledUnit.getTaskToExecute() |
| Constructor and Description |
|---|
ScheduledUnit(Execution task) |
ScheduledUnit(Execution task,
SlotSharingGroup sharingUnit) |
ScheduledUnit(Execution task,
SlotSharingGroup sharingUnit,
CoLocationConstraint locationConstraint) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.