public class HoodiePayloadConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodiePayloadConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PAYLOAD_CLASS
Deprecated.
Use
PAYLOAD_CLASS_NAME and its methods instead |
static ConfigProperty<String> |
EVENT_TIME_FIELD |
static ConfigProperty<String> |
ORDERING_FIELD |
static ConfigProperty<String> |
PAYLOAD_CLASS_NAME |
static String |
PAYLOAD_CLASS_PROP
Deprecated.
Use
PAYLOAD_CLASS_NAME and its methods instead |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
static HoodiePayloadConfig.Builder |
newBuilder() |
contains, contains, create, getBoolean, getBooleanOrDefault, getBooleanOrDefault, getDouble, getFloat, getInt, getIntOrDefault, getLong, getProps, getProps, getSplitStrings, getSplitStrings, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final ConfigProperty<String> ORDERING_FIELD
public static final ConfigProperty<String> EVENT_TIME_FIELD
public static final ConfigProperty<String> PAYLOAD_CLASS_NAME
@Deprecated public static final String DEFAULT_PAYLOAD_CLASS
PAYLOAD_CLASS_NAME and its methods instead@Deprecated public static final String PAYLOAD_CLASS_PROP
PAYLOAD_CLASS_NAME and its methods insteadpublic static HoodiePayloadConfig.Builder newBuilder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.