| 程序包 | 说明 |
|---|---|
| org.apache.paimon | |
| org.apache.paimon.options | |
| org.apache.paimon.security | |
| org.apache.paimon.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<ConfigOption<?>> |
CoreOptions.getOptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FileFormat |
CoreOptions.createFileFormat(Options options,
ConfigOption<CoreOptions.FileFormatType> formatOption) |
| 限定符和类型 | 字段和说明 |
|---|---|
static ConfigOption<Boolean> |
CatalogOptions.FS_ALLOW_HADOOP_FALLBACK |
static ConfigOption<String> |
CatalogOptions.LINEAGE_META |
static ConfigOption<java.time.Duration> |
CatalogOptions.LOCK_ACQUIRE_TIMEOUT |
static ConfigOption<java.time.Duration> |
CatalogOptions.LOCK_CHECK_MAX_SLEEP |
static ConfigOption<Boolean> |
CatalogOptions.LOCK_ENABLED |
static ConfigOption<String> |
CatalogOptions.METASTORE |
static ConfigOption<TableType> |
CatalogOptions.TABLE_TYPE |
static ConfigOption<String> |
CatalogOptions.URI |
static ConfigOption<String> |
CatalogOptions.WAREHOUSE |
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigOption<T> |
ConfigOptions.TypedConfigOptionBuilder.defaultValue(T value)
Creates a ConfigOption with the given default value.
|
<T> ConfigOption<T> |
ConfigOptions.OptionBuilder.defaultValue(T value)
已过时。
define the type explicitly first with one of the intType(), stringType(),
etc.
|
ConfigOption<List<E>> |
ConfigOptions.ListConfigOptionBuilder.defaultValues(E... values)
Creates a ConfigOption with the given default value.
|
ConfigOption<String> |
ConfigOptions.OptionBuilder.noDefaultValue()
已过时。
define the type explicitly first with one of the intType(), stringType(),
etc.
|
ConfigOption<T> |
ConfigOptions.TypedConfigOptionBuilder.noDefaultValue()
Creates a ConfigOption without a default value.
|
ConfigOption<List<E>> |
ConfigOptions.ListConfigOptionBuilder.noDefaultValue()
Creates a ConfigOption without a default value.
|
ConfigOption<T> |
ConfigOption.withDeprecatedKeys(String... deprecatedKeys)
Creates a new config option, using this option's key and default value, and adding the given
deprecated keys.
|
ConfigOption<T> |
ConfigOption.withDescription(Description description)
Creates a new config option, using this option's key and default value, and adding the given
description.
|
ConfigOption<T> |
ConfigOption.withDescription(String description)
Creates a new config option, using this option's key and default value, and adding the given
description.
|
ConfigOption<T> |
ConfigOption.withFallbackKeys(String... fallbackKeys)
Creates a new config option, using this option's key and default value, and adding the given
fallback keys.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
OptionsUtils.canBePrefixMap(ConfigOption<?> configOption)
Maps can be represented in two ways.
|
boolean |
Options.contains(ConfigOption<?> configOption)
Checks whether there is an entry for the given config option.
|
<T> T |
Options.get(ConfigOption<T> option) |
<T> Optional<T> |
Options.getOptional(ConfigOption<T> option) |
String |
Options.getString(ConfigOption<String> option) |
<T> Options |
Options.set(ConfigOption<T> option,
T value) |
| 限定符和类型 | 字段和说明 |
|---|---|
static ConfigOption<String> |
SecurityConfiguration.KERBEROS_LOGIN_KEYTAB |
static ConfigOption<String> |
SecurityConfiguration.KERBEROS_LOGIN_PRINCIPAL |
static ConfigOption<Boolean> |
SecurityConfiguration.KERBEROS_LOGIN_USETICKETCACHE |
| 限定符和类型 | 字段和说明 |
|---|---|
static ConfigOption<HadoopUtils.HadoopConfigLoader> |
HadoopUtils.HADOOP_CONF_LOADER |
Copyright © 2023 The Apache Software Foundation. All rights reserved.