Class CommonCatalogOptions

java.lang.Object
org.apache.flink.table.catalog.CommonCatalogOptions

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

    • 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:
    • 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().
    • DEFAULT_CATALOG_STORE_KIND

      public static final String DEFAULT_CATALOG_STORE_KIND
      See Also:
    • 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:
  • Constructor Details

    • CommonCatalogOptions

      public CommonCatalogOptions()