Uses of Class
org.apache.flink.table.api.EnvironmentSettings
-
Packages that use EnvironmentSettings Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of EnvironmentSettings in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return EnvironmentSettings Modifier and Type Method Description EnvironmentSettingsEnvironmentSettings.Builder. build()Returns an immutable instance ofEnvironmentSettings.static EnvironmentSettingsEnvironmentSettings. inBatchMode()Creates a default instance ofEnvironmentSettingsin batch execution mode.static EnvironmentSettingsEnvironmentSettings. inStreamingMode()Creates a default instance ofEnvironmentSettingsin streaming execution mode.Methods in org.apache.flink.table.api with parameters of type EnvironmentSettings Modifier and Type Method Description static TableEnvironmentTableEnvironment. create(EnvironmentSettings settings)Creates a table environment that is the entry point and central context for creating Table and SQL API programs. -
Uses of EnvironmentSettings in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type EnvironmentSettings Modifier and Type Method Description static TableEnvironmentImplTableEnvironmentImpl. create(EnvironmentSettings settings)
-