| Interface | Description |
|---|---|
| Archiveable<T extends Serializable> | |
| Program |
A Program represents and end-to-end Flink program.
|
| ProgramDescription |
Implementing this interface allows a Program to have a description
of the plan which can be shown to the user.
|
| Class | Description |
|---|---|
| ArchivedExecutionConfig |
Serializable class which is created when archiving the job.
|
| ExecutionConfig |
A config to define the behavior of the program execution.
|
| ExecutionConfig.GlobalJobParameters |
Abstract class for a custom user configuration object registered at the execution config.
|
| ExecutionConfig.SerializableSerializer<T extends com.esotericsoftware.kryo.Serializer<?> & Serializable> | |
| JobExecutionResult |
The result of a job execution.
|
| JobID |
Unique (at least statistically unique) identifier for a Flink Job.
|
| JobSubmissionResult |
The result of submitting a job to a JobManager.
|
| Plan |
This class represents Flink programs, in the form of dataflow plans.
|
| PlanExecutor |
A PlanExecutor executes a Flink program's dataflow plan.
|
| TaskInfo |
Encapsulates task-specific information: name, index of subtask, parallelism and attempt number.
|
| Enum | Description |
|---|---|
| CodeAnalysisMode |
Specifies to which extent user-defined functions are analyzed in order
to give the Flink optimizer an insight of UDF internals and inform
the user about common implementation mistakes.
|
| ExecutionMode |
The execution mode specifies how a batch program is executed in terms
of data exchange: pipelining or batched.
|
| Exception | Description |
|---|---|
| InvalidProgramException |
An exception thrown to indicate that the composed program is invalid.
|
| NonSerializableUserCodeException |
An special case of the
InvalidProgramException, indicating that a part of the program
that needs to be serializable (for shipping) is not serializable. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.