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 EnvironmentSettings
EnvironmentSettings.Builder. build()
Returns an immutable instance ofEnvironmentSettings
.static EnvironmentSettings
EnvironmentSettings. fromConfiguration(org.apache.flink.configuration.ReadableConfig configuration)
Deprecated.static EnvironmentSettings
EnvironmentSettings. inBatchMode()
Creates a default instance ofEnvironmentSettings
in batch execution mode.static EnvironmentSettings
EnvironmentSettings. inStreamingMode()
Creates a default instance ofEnvironmentSettings
in streaming execution mode.Methods in org.apache.flink.table.api with parameters of type EnvironmentSettings Modifier and Type Method Description static TableEnvironment
TableEnvironment. 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 TableEnvironmentImpl
TableEnvironmentImpl. create(EnvironmentSettings settings)
-