Package org.apache.flink.table.catalog
Class CatalogChange.CatalogConfigurationChange
java.lang.Object
org.apache.flink.table.catalog.CatalogChange.CatalogConfigurationChange
- All Implemented Interfaces:
CatalogChange
- Enclosing interface:
- CatalogChange
@Internal
public static class CatalogChange.CatalogConfigurationChange
extends Object
implements CatalogChange
A catalog change to modify the catalog configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogChange
CatalogChange.CatalogCommentChange, CatalogChange.CatalogConfigurationChange -
Constructor Summary
ConstructorsConstructorDescriptionCatalogConfigurationChange(Consumer<org.apache.flink.configuration.Configuration> configUpdater) -
Method Summary
Modifier and TypeMethodDescriptionapplyChange(CatalogDescriptor descriptor) Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
Constructor Details
-
CatalogConfigurationChange
public CatalogConfigurationChange(Consumer<org.apache.flink.configuration.Configuration> configUpdater)
-
-
Method Details
-
applyChange
Description copied from interface:CatalogChangeGenerate a new CatalogDescriptor after applying the change to the given descriptor.- Specified by:
applyChangein interfaceCatalogChange
-