| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.protocols | |
| org.apache.flink.runtime.taskmanager |
| Modifier and Type | Method and Description |
|---|---|
TaskCancelResult |
ExecutionVertex.cancelTask()
Cancels and removes the task represented by this vertex
from the instance it is currently running on.
|
| Modifier and Type | Method and Description |
|---|---|
TaskCancelResult |
Instance.cancelTask(ExecutionVertexID id)
Cancels the task identified by the given ID at the instance's
TaskManager. |
| Modifier and Type | Method and Description |
|---|---|
TaskCancelResult |
TaskOperationProtocol.cancelTask(ExecutionVertexID id)
Advises the task manager to cancel the task with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
TaskCancelResult |
TaskManager.cancelTask(ExecutionVertexID id) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.