| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.scheduler.adaptive |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultExecutionGraph.updateState(TaskExecutionStateTransition state) |
boolean |
ExecutionGraph.updateState(TaskExecutionStateTransition state)
Updates the state of one of the ExecutionVertex's Execution attempts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchedulerNG.updateTaskExecutionState(TaskExecutionStateTransition taskExecutionState) |
boolean |
SchedulerBase.updateTaskExecutionState(TaskExecutionStateTransition taskExecutionState) |
protected void |
DefaultScheduler.updateTaskExecutionStateInternal(ExecutionVertexID executionVertexId,
TaskExecutionStateTransition taskExecutionState) |
protected void |
SchedulerBase.updateTaskExecutionStateInternal(ExecutionVertexID executionVertexId,
TaskExecutionStateTransition taskExecutionState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdaptiveScheduler.updateTaskExecutionState(TaskExecutionStateTransition taskExecutionState) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.