| 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 |
|---|---|
TaskKillResult |
ExecutionVertex.killTask()
Kills and removes the task represented by this vertex from the instance it is currently running on.
|
| Modifier and Type | Method and Description |
|---|---|
TaskKillResult |
Instance.killTask(ExecutionVertexID id)
Kills the task identified by the given ID at the instance's
TaskManager. |
| Modifier and Type | Method and Description |
|---|---|
TaskKillResult |
TaskOperationProtocol.killTask(ExecutionVertexID id)
Advises the task manager to kill the task with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
TaskKillResult |
TaskManager.killTask(ExecutionVertexID id) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.