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_accumulator_result

pyflink.common.job_execution_result.JobExecutionResult.get_accumulator_result#

JobExecutionResult.get_accumulator_result(accumulator_name: str)[source]#

Gets the accumulator with the given name. Returns None, if no accumulator with that name was produced.

Parameters:

accumulator_name – The name of the accumulator.

Returns:

The value of the accumulator with the given name.

Added in version 1.11.0.

previous

pyflink.common.job_execution_result.JobExecutionResult.get_net_runtime

next

pyflink.common.job_execution_result.JobExecutionResult.get_all_accumulator_results

On this page
  • JobExecutionResult.get_accumulator_result()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.