Uses of Class
org.apache.flink.table.api.EnvironmentSettings.Builder
Packages that use EnvironmentSettings.Builder
-
Uses of EnvironmentSettings.Builder in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return EnvironmentSettings.BuilderModifier and TypeMethodDescriptionEnvironmentSettings.Builder.inBatchMode()Sets that the components should work in a batch mode.EnvironmentSettings.Builder.inStreamingMode()Sets that the components should work in a streaming mode.static EnvironmentSettings.BuilderEnvironmentSettings.newInstance()Creates a builder for creating an instance ofEnvironmentSettings.EnvironmentSettings.Builder.withBuiltInCatalogName(String builtInCatalogName) Specifies the name of the initial catalog to be created when instantiating aTableEnvironment.EnvironmentSettings.Builder.withBuiltInDatabaseName(String builtInDatabaseName) Specifies the name of the default database in the initial catalog to be created when instantiating aTableEnvironment.EnvironmentSettings.Builder.withCatalogStore(org.apache.flink.table.catalog.CatalogStore catalogStore) EnvironmentSettings.Builder.withClassLoader(ClassLoader classLoader) Specifies the classloader to use in the planner for operations related to code generation, UDF loading, operations requiring reflections on user classes, discovery of factories.EnvironmentSettings.Builder.withConfiguration(org.apache.flink.configuration.Configuration configuration) Add extra configuration toEnvironmentSettings.