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_net_runtime

pyflink.common.job_execution_result.JobExecutionResult.get_net_runtime#

JobExecutionResult.get_net_runtime() → int[source]#

Gets the net execution time of the job, i.e., the execution time in the parallel system, without the pre-flight steps like the optimizer.

Returns:

The net execution time in milliseconds.

Added in version 1.11.0.

previous

pyflink.common.job_execution_result.JobExecutionResult.get_job_id

next

pyflink.common.job_execution_result.JobExecutionResult.get_accumulator_result

On this page
  • JobExecutionResult.get_net_runtime()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.