pyflink.table.environment_settings.EnvironmentSettings.in_streaming_mode#
- static EnvironmentSettings.in_streaming_mode() EnvironmentSettings[source]#
Creates a default instance of EnvironmentSettings in streaming execution mode.
In this mode, both bounded and unbounded data streams can be processed.
This method is a shortcut for creating a
TableEnvironmentwith little code. Use the builder provided inEnvironmentSettings.new_instance()for advanced settings.- Returns
EnvironmentSettings.