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
Constructors Constructor Description CatalogConfigurationChange(Consumer<Configuration> configUpdater)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogDescriptor
applyChange(CatalogDescriptor descriptor)
Generate a new CatalogDescriptor after applying the change to the given descriptor.
-
-
-
Constructor Detail
-
CatalogConfigurationChange
public CatalogConfigurationChange(Consumer<Configuration> configUpdater)
-
-
Method Detail
-
applyChange
public CatalogDescriptor applyChange(CatalogDescriptor descriptor)
Description copied from interface:CatalogChange
Generate a new CatalogDescriptor after applying the change to the given descriptor.- Specified by:
applyChange
in interfaceCatalogChange
-
-