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 reconfigureStreamExecutionEnvironment,ExecutionConfigandCheckpointConfig.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.
New in version 1.15.0.