| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.taskmanager |
| Constructor and Description |
|---|
TaskExecutionStateTransition(TaskExecutionState taskExecutionState) |
TaskExecutionStateTransition(TaskExecutionState taskExecutionState,
boolean cancelTask,
boolean releasePartitions) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Acknowledge> |
JobMaster.updateTaskExecutionState(TaskExecutionState taskExecutionState)
Updates the task execution state for a given task.
|
CompletableFuture<Acknowledge> |
JobMasterGateway.updateTaskExecutionState(TaskExecutionState taskExecutionState)
Updates the task execution state for a given task.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
SchedulerNG.updateTaskExecutionState(TaskExecutionState taskExecutionState) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerActions.updateTaskExecutionState(TaskExecutionState taskExecutionState)
Notifies the task manager about the task execution state update.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.