Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer
    • Time
  • API Reference
  • PyFlink Common
  • Job Information
  • pyflink.common.job_client.JobClient.get_accumulators

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.

Added 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()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.