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.bridge.java org.apache.flink.table.api.bridge.java.internal 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(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.bridge.java
Methods in org.apache.flink.table.api.bridge.java with parameters of type EnvironmentSettings Modifier and Type Method Description static StreamTableEnvironment
StreamTableEnvironment. create(StreamExecutionEnvironment executionEnvironment, EnvironmentSettings settings)
Creates a table environment that is the entry point and central context for creating Table and SQL API programs that integrate with the Java-specificDataStream
API. -
Uses of EnvironmentSettings in org.apache.flink.table.api.bridge.java.internal
Methods in org.apache.flink.table.api.bridge.java.internal with parameters of type EnvironmentSettings Modifier and Type Method Description static StreamTableEnvironment
StreamTableEnvironmentImpl. create(StreamExecutionEnvironment executionEnvironment, EnvironmentSettings settings)
-
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)
-