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 ofConfigOptionwhich are consistently used in multiple catalogs.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<String>CATALOG_TYPEConfigOptionwhich is used during catalog discovery to match it againstFactory.factoryIdentifier().static StringDEFAULT_CATALOG_STORE_KINDstatic StringDEFAULT_DATABASE_KEYKey used for specifying a default databaseConfigOption.static org.apache.flink.configuration.ConfigOption<String>TABLE_CATALOG_STORE_KINDstatic StringTABLE_CATALOG_STORE_OPTION_PREFIXUsed 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
ConfigOptionhere 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
ConfigOptionwhich 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 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
-
-