| Constructor and Description |
|---|
RuntimeEnvironment(Task owner,
TaskDeploymentDescriptor tdd,
ClassLoader userCodeClassLoader,
MemoryManager memoryManager,
IOManager ioManager,
InputSplitProvider inputSplitProvider,
AccumulatorProtocol accumulatorProtocolProxy,
BroadcastVariableManager bcVarManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.register(Task task)
Registers the given task with the channel manager.
|
void |
ChannelManager.unregister(ExecutionAttemptID executionId,
Task task)
Unregisters the given task from the channel manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerProfiler.registerExecutionListener(Task task,
Configuration jobConfiguration)
Registers an
ExecutionListener object for profiling. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerProfilerImpl.registerExecutionListener(Task task,
Configuration jobConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionAttemptID,Task> |
TaskManager.getAllRunningTasks() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.