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_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.

New in version 1.11.0.

previous

pyflink.common.job_execution_result.JobExecutionResult.get_accumulator_result

next

pyflink.common.job_status.JobStatus

Show Source

Created using Sphinx 4.5.0.