@Internal public class CommonCatalogOptions extends Object
ConfigOption which are consistently used in multiple catalogs.| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<String> |
CATALOG_TYPE
ConfigOption which is used during catalog discovery to match it against Factory.factoryIdentifier(). |
static String |
DEFAULT_CATALOG_STORE_KIND |
static String |
DEFAULT_DATABASE_KEY
Key used for specifying a default database
ConfigOption. |
static org.apache.flink.configuration.ConfigOption<String> |
TABLE_CATALOG_STORE_KIND |
static String |
TABLE_CATALOG_STORE_OPTION_PREFIX
Used to filter the specific options for catalog store.
|
| Constructor and Description |
|---|
CommonCatalogOptions() |
public static final String DEFAULT_DATABASE_KEY
ConfigOption.
Note that we cannot expose an actual instance of ConfigOption here as the default
values differ between catalogs.
public static final org.apache.flink.configuration.ConfigOption<String> CATALOG_TYPE
ConfigOption which is used during catalog discovery to match it against Factory.factoryIdentifier().public static final String DEFAULT_CATALOG_STORE_KIND
public static final org.apache.flink.configuration.ConfigOption<String> TABLE_CATALOG_STORE_KIND
public static final String TABLE_CATALOG_STORE_OPTION_PREFIX
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.