| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.taskmanager |
| 构造器和说明 |
|---|
TaskExecutionStateTransition(TaskExecutionState taskExecutionState) |
TaskExecutionStateTransition(TaskExecutionState taskExecutionState,
boolean cancelTask,
boolean releasePartitions) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Acknowledge> |
JobMasterGateway.updateTaskExecutionState(TaskExecutionState taskExecutionState)
Updates the task execution state for a given task.
|
CompletableFuture<Acknowledge> |
JobMaster.updateTaskExecutionState(TaskExecutionState taskExecutionState)
Updates the task execution state for a given task.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
SchedulerNG.updateTaskExecutionState(TaskExecutionState taskExecutionState) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.