Uses of Class
org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Packages that use TaskExecutionState Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobmaster org.apache.flink.runtime.scheduler org.apache.flink.runtime.taskmanager -
-
Uses of TaskExecutionState in org.apache.flink.runtime.executiongraph
Constructors in org.apache.flink.runtime.executiongraph with parameters of type TaskExecutionState Constructor Description TaskExecutionStateTransition(TaskExecutionState taskExecutionState)TaskExecutionStateTransition(TaskExecutionState taskExecutionState, boolean cancelTask, boolean releasePartitions) -
Uses of TaskExecutionState in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster with parameters of type TaskExecutionState Modifier and Type Method 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. -
Uses of TaskExecutionState in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type TaskExecutionState Modifier and Type Method Description default booleanSchedulerNG. updateTaskExecutionState(TaskExecutionState taskExecutionState) -
Uses of TaskExecutionState in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type TaskExecutionState Modifier and Type Method Description voidTaskManagerActions. updateTaskExecutionState(TaskExecutionState taskExecutionState)Notifies the task manager about the task execution state update.
-