| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager.slots | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
Future<Acknowledge> |
TaskManagerGateway.submitTask(TaskDeploymentDescriptor tdd,
Time timeout)
Submit a task to the task manager.
|
Future<Acknowledge> |
ActorTaskManagerGateway.submitTask(TaskDeploymentDescriptor tdd,
Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
Future<Acknowledge> |
RpcTaskManagerGateway.submitTask(TaskDeploymentDescriptor tdd,
Time timeout) |
| Modifier and Type | Method and Description |
|---|---|
Acknowledge |
TaskExecutor.submitTask(TaskDeploymentDescriptor tdd,
UUID jobManagerLeaderId) |
Future<Acknowledge> |
TaskExecutorGateway.submitTask(TaskDeploymentDescriptor tdd,
UUID leaderId,
Time timeout)
Submit a
Task to the TaskExecutor. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.