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_execution_result.JobExecutionResult.get_all_accumulator_results

pyflink.common.job_execution_result.JobExecutionResult.get_all_accumulator_results#

JobExecutionResult.get_all_accumulator_results() → Dict[str, Any][source]#

Gets all accumulators produced by the job. The map contains the accumulators as mappings from the accumulator name to the accumulator value.

Returns:

The dict which the keys are names of the accumulator and the values are values of the accumulator produced by the job.

Added in version 1.11.0.

previous

pyflink.common.job_execution_result.JobExecutionResult.get_accumulator_result

next

pyflink.common.job_status.JobStatus

On this page
  • JobExecutionResult.get_all_accumulator_results()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.