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) |
Modifier and Type | Method and Description |
---|---|
boolean |
AdaptiveScheduler.updateTaskExecutionState(TaskExecutionStateTransition taskExecutionState) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.