Uses of Class
org.apache.flink.configuration.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return ConfigurationModifier and TypeMethodDescriptionConfiguration.clone()static ConfigurationCreates a new configuration that is initialized with the options of the given map.<T> ConfigurationConfiguration.set(ConfigOption<T> option, T value) Methods in org.apache.flink.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidConfiguration.addAll(Configuration other) voidConfiguration.addAll(Configuration other, String prefix) Adds all entries from the given configuration into this configuration.Constructors in org.apache.flink.configuration with parameters of type ConfigurationModifierConstructorDescriptionConfiguration(Configuration other) Creates a new configuration with the copy of the given configuration. -
Uses of Configuration in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ConfigurationModifier and TypeMethodDescriptionEnvironmentSettings.getConfiguration()Get the underlyingConfiguration.TableConfig.getConfiguration()Gives direct access to the underlying application-specific key-value map for advanced configuration.Methods in org.apache.flink.table.api with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidTableConfig.addConfiguration(Configuration configuration) Adds the given key-value configuration to the underlying application-specific configuration.static TableEnvironmentTableEnvironment.create(Configuration configuration) Creates a table environment that is the entry point and central context for creating Table and SQL API programs.EnvironmentSettings.Builder.withConfiguration(Configuration configuration) Add extra configuration toEnvironmentSettings. -
Uses of Configuration in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ConfigurationMethods in org.apache.flink.table.catalog with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic CatalogDescriptorCatalogDescriptor.of(String catalogName, Configuration configuration) static CatalogDescriptorCatalogDescriptor.of(String catalogName, Configuration configuration, String comment) Creates an instance of this interface. -
Uses of Configuration in org.apache.flink.table.factories
Fields in org.apache.flink.table.factories declared as ConfigurationModifier and TypeFieldDescriptionprotected final ConfigurationFactoryUtil.FactoryHelper.allOptions