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.
  • Constructor Details

    • CatalogConfigurationChange

      public CatalogConfigurationChange(Consumer<org.apache.flink.configuration.Configuration> configUpdater)
  • Method Details