Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.close#

StreamExecutionEnvironment.close()[source]#

Close and clean up the execution environment. All the cached intermediate results will be released physically.

New in version 1.16.0.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.is_force_unaligned_checkpoints

next

pyflink.datastream.execution_mode.RuntimeExecutionMode.STREAMING

On this page
  • StreamExecutionEnvironment.close()
Show Source

Created using Sphinx 5.3.0.