Uses of Class
org.apache.flink.runtime.taskmanager.TaskExecutionState
Packages that use TaskExecutionState
Package
Description
-
Uses of TaskExecutionState in org.apache.flink.runtime.executiongraph
Constructors in org.apache.flink.runtime.executiongraph with parameters of type TaskExecutionStateModifierConstructorDescriptionTaskExecutionStateTransition(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 TaskExecutionStateModifier and TypeMethodDescriptionJobMaster.updateTaskExecutionState(TaskExecutionState taskExecutionState) Updates the task execution state for a given task.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 TaskExecutionStateModifier and TypeMethodDescriptiondefault booleanSchedulerNG.updateTaskExecutionState(TaskExecutionState taskExecutionState) -
Uses of TaskExecutionState in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type TaskExecutionStateModifier and TypeMethodDescriptionvoidTaskManagerActions.updateTaskExecutionState(TaskExecutionState taskExecutionState) Notifies the task manager about the task execution state update.