| 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 |
|---|---|
TaskSubmissionResult |
ExecutionVertex.startTask()
Deploys and starts the task represented by this vertex
on the assigned instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskSubmissionResult> |
Instance.submitTasks(List<TaskDeploymentDescriptor> tasks)
Submits a list of tasks to the instance's
TaskManager. |
| Modifier and Type | Method and Description |
|---|---|
List<TaskSubmissionResult> |
TaskOperationProtocol.submitTasks(List<TaskDeploymentDescriptor> tasks)
Submits a list of tasks to the task manager.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskSubmissionResult> |
TaskManager.submitTasks(List<TaskDeploymentDescriptor> tasks) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.