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(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(Configuration configuration) Add extra configuration toEnvironmentSettings.EnvironmentSettings.Builder.withSecretStore(SecretStore secretStore) Specifies theSecretStoreto be used for managing secrets in theTableEnvironment.EnvironmentSettings.Builder.withSqlFactory(SqlFactory sqlFactory) Provides a way to customize the process of serializing Table API to a SQL string.