public class KeyGeneratorOptions extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyGeneratorOptions.Config
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_HIVE_STYLE_PARTITIONING_OPT_VAL
Deprecated.
Use
HIVE_STYLE_PARTITIONING_ENABLE and its methods. |
static String |
DEFAULT_URL_ENCODE_PARTITIONING_OPT_VAL
Deprecated.
Use
URL_ENCODE_PARTITIONING and its methods. |
static ConfigProperty<String> |
HIVE_STYLE_PARTITIONING_ENABLE |
static String |
HIVE_STYLE_PARTITIONING_OPT_KEY
Deprecated.
Use
HIVE_STYLE_PARTITIONING_ENABLE and its methods. |
static ConfigProperty<String> |
KEYGENERATOR_CONSISTENT_LOGICAL_TIMESTAMP_ENABLED |
static ConfigProperty<String> |
PARTITIONPATH_FIELD_NAME |
static String |
PARTITIONPATH_FIELD_OPT_KEY
Deprecated.
Use
PARTITIONPATH_FIELD_NAME and its methods. |
static ConfigProperty<String> |
RECORDKEY_FIELD_NAME |
static String |
RECORDKEY_FIELD_OPT_KEY
Deprecated.
Use
RECORDKEY_FIELD_NAME and its methods. |
static ConfigProperty<String> |
URL_ENCODE_PARTITIONING |
static String |
URL_ENCODE_PARTITIONING_OPT_KEY
Deprecated.
Use
URL_ENCODE_PARTITIONING and its methods. |
CONFIG_VALUES_DELIMITER, props| Constructor and Description |
|---|
KeyGeneratorOptions() |
contains, contains, getBoolean, getBooleanOrDefault, getBooleanOrDefault, getBooleanOrDefault, getDouble, getDoubleOrDefault, getFloat, getFloatOrDefault, getInt, getIntOrDefault, getLong, getLongOrDefault, getProps, getProps, getSplitStrings, getSplitStrings, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final ConfigProperty<String> URL_ENCODE_PARTITIONING
public static final ConfigProperty<String> HIVE_STYLE_PARTITIONING_ENABLE
public static final ConfigProperty<String> RECORDKEY_FIELD_NAME
public static final ConfigProperty<String> PARTITIONPATH_FIELD_NAME
public static final ConfigProperty<String> KEYGENERATOR_CONSISTENT_LOGICAL_TIMESTAMP_ENABLED
@Deprecated public static final String URL_ENCODE_PARTITIONING_OPT_KEY
URL_ENCODE_PARTITIONING and its methods.@Deprecated public static final String DEFAULT_URL_ENCODE_PARTITIONING_OPT_VAL
URL_ENCODE_PARTITIONING and its methods.@Deprecated public static final String HIVE_STYLE_PARTITIONING_OPT_KEY
HIVE_STYLE_PARTITIONING_ENABLE and its methods.@Deprecated public static final String DEFAULT_HIVE_STYLE_PARTITIONING_OPT_VAL
HIVE_STYLE_PARTITIONING_ENABLE and its methods.@Deprecated public static final String RECORDKEY_FIELD_OPT_KEY
RECORDKEY_FIELD_NAME and its methods.@Deprecated public static final String PARTITIONPATH_FIELD_OPT_KEY
PARTITIONPATH_FIELD_NAME and its methods.Copyright © 2024 The Apache Software Foundation. All rights reserved.