| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionGraph
In Nephele an execution graph is the main data structure for scheduling, executing and
observing a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionVertex.registerExecutionListener(ExecutionListener executionListener)
Registers the
ExecutionListener object for this vertex. |
void |
ExecutionVertex.unregisterExecutionListener(ExecutionListener executionListener)
Unregisters the
ExecutionListener object for this vertex. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutionListener |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentListenerImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.registerExecutionListener(ExecutionListener executionListener)
Registers the
ExecutionListener object for this task. |
void |
Task.unregisterExecutionListener(ExecutionListener executionListener)
Unregisters the
ExecutionListener object for this environment. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.