| Class | Description |
|---|---|
| AbstractJobInputVertex |
An abstract base class for input vertices.
|
| AbstractJobOutputVertex |
An abstract base class for output vertices in Nephele.
|
| AbstractJobVertex |
An abstract base class for a job vertex.
|
| JobEdge |
Objects of this class represent edges in the user's job graph.
|
| JobGraph |
A job graph represents an entire job in Nephele.
|
| JobID | |
| JobInputVertex | |
| JobOutputVertex |
A JobOutputVertex is a specific sub-type of a
AbstractJobOutputVertex and is designed
for Nephele tasks which sink data in a not further specified way. |
| JobTaskVertex |
A JobTaskVertex is the vertex type for regular tasks (with both input and output) in Nephele.
|
| JobVertexID |
A class for statistically unique job vertex IDs.
|
| Enum | Description |
|---|---|
| DistributionPattern |
A distribution pattern determines which subtasks of a producing Nephele task a wired to which
subtasks of a consuming subtask.
|
| JobStatus |
Defines the possible status of a job once it has been
accepted by the job manager.
|
| Exception | Description |
|---|---|
| JobGraphDefinitionException |
Copyright © 2014 The Apache Software Foundation. All rights reserved.