| Class | Description |
|---|---|
| AbstractJobVertex |
An abstract base class for a job vertex.
|
| InputFormatVertex | |
| IntermediateDataSet |
An intermediate data set is the data set produced by an operator - either a
source or any intermediate operation.
|
| IntermediateDataSetID | |
| JobEdge |
This class represent edges (communication channels) in a job graph.
|
| JobGraph |
A job graph represents an entire Flink runtime job.
|
| JobID | |
| JobVertexID |
A class for statistically unique job vertex IDs.
|
| OutputFormatVertex |
A task vertex that run an initialization on the master, trying to deserialize an output format
and initializing it on master, if necessary.
|
| Enum | Description |
|---|---|
| DistributionPattern |
A distribution pattern determines which subtasks of a producing Nephele task a wired to which
subtasks of a consuming subtask.
|
| JobStatus |
Possible states of a job once it has been accepted by the job manager.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.