@Internal public class CommonCatalogOptions extends Object
ConfigOption which are consistently used in multiple catalogs.| 限定符和类型 | 字段和说明 |
|---|---|
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_DATABASE_KEY
Key used for specifying a default database
ConfigOption. |
| 构造器和说明 |
|---|
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().Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.