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

JobClient.get_accumulators() → CompletableFuture[source]#

Requests the accumulators of the associated job. Accumulators can be requested while it is running or after it has finished. The class loader is used to deserialize the incoming accumulator results.

Parameters

class_loader – Class loader used to deserialize the incoming accumulator results.

Returns

A CompletableFuture containing the accumulators of the associated job.

New in version 1.11.0.

previous

pyflink.common.job_client.JobClient.trigger_savepoint

next

pyflink.common.job_client.JobClient.get_job_execution_result

On this page
  • JobClient.get_accumulators()
Show Source

Created using Sphinx 5.3.0.