| Class | Description |
|---|---|
| InputFormatVertex | |
| IntermediateDataSet |
An intermediate data set is the data set produced by an operator - either a
source or any intermediate operation.
|
| IntermediateDataSetID | |
| IntermediateResultPartitionID | |
| JobEdge |
This class represent edges (communication channels) in a job graph.
|
| JobGraph |
The JobGraph represents a Flink dataflow program, at the low level that the JobManager accepts.
|
| JobVertex |
The base class for job vertexes.
|
| 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 sub tasks of a producing task are connected to which
consuming sub tasks.
|
| JobStatus |
Possible states of a job once it has been accepted by the job manager.
|
| ScheduleMode |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.