| Constructor and Description |
|---|
RuntimeEnvironment(TaskDeploymentDescriptor tdd,
MemoryManager memoryManager,
IOManager ioManager,
InputSplitProvider inputSplitProvider,
AccumulatorProtocol accumulatorProtocolProxy,
Map<String,FutureTask<Path>> cpTasks)
Constructs a runtime environment from a task deployment description.
|
| Modifier and Type | Method and Description |
|---|---|
TaskDeploymentDescriptor |
ExecutionVertex.constructDeploymentDescriptor()
Constructs a new task deployment descriptor for this vertex.
|
| 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.