Package | Description |
---|---|
org.apache.flink.runtime.executiongraph | |
org.apache.flink.runtime.taskmanager |
Modifier and Type | Method and Description |
---|---|
boolean |
ExecutionGraph.updateState(TaskExecutionState state)
Updates the state of one of the ExecutionVertex's Execution attempts.
|
Modifier and Type | Method and Description |
---|---|
void |
ActorGatewayTaskExecutionStateListener.notifyTaskExecutionStateChanged(TaskExecutionState taskExecutionState) |
void |
TaskExecutionStateListener.notifyTaskExecutionStateChanged(TaskExecutionState taskExecutionState)
Called whenever the task's execution state changes
|
void |
TaskManagerConnection.updateTaskExecutionState(TaskExecutionState taskExecutionState)
Notifies the task manager about the task execution state update.
|
void |
ActorGatewayTaskManagerConnection.updateTaskExecutionState(TaskExecutionState taskExecutionState) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.