Job Information#
Job Client#
Returns the JobID that uniquely identifies the job this client is scoped to. |
|
Requests the JobStatus of the associated job. |
|
Cancels the associated job. |
|
|
Stops the associated job on Flink cluster. |
|
Triggers a savepoint for the associated job. |
Requests the accumulators of the associated job. |
|
Returns the JobExecutionResult result of the job execution of the submitted job. |
JobExecution Result#
Returns the JobID assigned to the job by the Flink runtime. |
|
Gets the net execution time of the job, i.e., the execution time in the parallel system, without the pre-flight steps like the optimizer. |
|
Gets the accumulator with the given name. |
|
Gets all accumulators produced by the job. |
Job Status#
|
Possible states of a job once it has been accepted by the job manager. |