Package org.apache.flink.table.catalog
Class CommonCatalogOptions
- java.lang.Object
-
- org.apache.flink.table.catalog.CommonCatalogOptions
-
@Internal public class CommonCatalogOptions extends Object
A collection ofConfigOption
which are consistently used in multiple catalogs.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<String>
CATALOG_TYPE
ConfigOption
which is used during catalog discovery to match it againstFactory.factoryIdentifier()
.static String
DEFAULT_CATALOG_STORE_KIND
static String
DEFAULT_DATABASE_KEY
Key used for specifying a default databaseConfigOption
.static ConfigOption<String>
TABLE_CATALOG_STORE_KIND
static String
TABLE_CATALOG_STORE_OPTION_PREFIX
Used to filter the specific options for catalog store.
-
Constructor Summary
Constructors Constructor Description CommonCatalogOptions()
-
-
-
Field Detail
-
DEFAULT_DATABASE_KEY
public static final String DEFAULT_DATABASE_KEY
Key used for specifying a default databaseConfigOption
.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 ConfigOption<String> CATALOG_TYPE
ConfigOption
which is used during catalog discovery to match it againstFactory.factoryIdentifier()
.
-
DEFAULT_CATALOG_STORE_KIND
public static final String DEFAULT_CATALOG_STORE_KIND
- See Also:
- Constant Field Values
-
TABLE_CATALOG_STORE_KIND
public static final 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
-
-