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_status#

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

Requests the JobStatus of the associated job.

Returns

A CompletableFuture containing the JobStatus of the associated job.

New in version 1.11.0.

previous

pyflink.common.job_client.JobClient.get_job_id

next

pyflink.common.job_client.JobClient.cancel

Show Source

Created using Sphinx 4.5.0.