Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer

pyflink.common.job_client.JobClient.get_job_execution_result#

JobClient.get_job_execution_result() → pyflink.common.completable_future.CompletableFuture[source]#

Returns the JobExecutionResult result of the job execution of the submitted job.

Returns

A CompletableFuture containing the JobExecutionResult result of the job execution.

New in version 1.11.0.

previous

pyflink.common.job_client.JobClient.get_accumulators

next

pyflink.common.job_execution_result.JobExecutionResult.get_job_id

Show Source

Created using Sphinx 4.5.0.