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
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • StreamExecutionEnvironment
  • pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.configure

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.configure#

StreamExecutionEnvironment.configure(configuration: Configuration)[source]#

Sets all relevant options contained in the Configuration. such as e.g. pipeline.time-characteristic. It will reconfigure StreamExecutionEnvironment, ExecutionConfig and CheckpointConfig.

It will change the value of a setting only if a corresponding option was set in the configuration. If a key is not present, the current value of a field will remain untouched.

Parameters:

configuration – a configuration to read the values from.

Added in version 1.15.0.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_stream_time_characteristic

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.add_python_file

On this page
  • StreamExecutionEnvironment.configure()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.