Class CommonCatalogOptions


  • @Internal
    public class CommonCatalogOptions
    extends Object
    A collection of ConfigOption which are consistently used in multiple catalogs.
    • Field Detail

      • DEFAULT_DATABASE_KEY

        public static final String DEFAULT_DATABASE_KEY
        Key used for specifying a default database ConfigOption.

        Note that we cannot expose an actual instance of ConfigOption here as the default values differ between catalogs.

        See Also:
        Constant Field Values
      • CATALOG_TYPE

        public static final org.apache.flink.configuration.ConfigOption<String> CATALOG_TYPE
        ConfigOption which is used during catalog discovery to match it against Factory.factoryIdentifier().
      • TABLE_CATALOG_STORE_KIND

        public static final org.apache.flink.configuration.ConfigOption<String> TABLE_CATALOG_STORE_KIND
      • TABLE_CATALOG_STORE_OPTION_PREFIX

        public static final String TABLE_CATALOG_STORE_OPTION_PREFIX
        Used to filter the specific options for catalog store.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CommonCatalogOptions

        public CommonCatalogOptions()