| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeEnvironment
The user code of every Nephele task runs inside a
RuntimeEnvironment object. |
| Modifier and Type | Method and Description |
|---|---|
Environment |
AbstractInvokable.getEnvironment()
Returns the environment of this task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInvokable.setEnvironment(Environment environment)
Sets the environment of this task.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
RegularPactTask.reportAndClearAccumulators(Environment env,
Map<String,Accumulator<?,?>> accumulators,
ArrayList<ChainedDriver<?,?>> chainedTasks)
This method is called at the end of a task, receiving the accumulators of
the task and the chained tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerProfilerImpl.registerMainThreadForCPUProfiling(Environment environment,
Thread thread,
ExecutionVertexID executionVertexID) |
void |
TaskManagerProfilerImpl.registerUserThreadForCPUProfiling(Environment environment,
Thread userThread) |
void |
TaskManagerProfilerImpl.unregisterMainThreadFromCPUProfiling(Environment environment,
Thread thread) |
void |
TaskManagerProfilerImpl.unregisterUserThreadFromCPUProfiling(Environment environment,
Thread userThread) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Task.getEnvironment()
Returns the environment associated with this task.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.