public class HoodieTimeGeneratorConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieTimeGeneratorConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCK_PROVIDER_KEY |
static ConfigProperty<Long> |
MAX_EXPECTED_CLOCK_SKEW_MS |
static ConfigProperty<String> |
TIME_GENERATOR_TYPE |
CONFIG_VALUES_DELIMITER, MAX_READ_RETRIES, props, READ_RETRY_DELAY_MSEC| Modifier and Type | Method and Description |
|---|---|
static HoodieTimeGeneratorConfig |
defaultConfig(String tablePath)
Returns the default configuration.
|
String |
getBasePath() |
LockConfiguration |
getLockConfiguration() |
long |
getMaxExpectedClockSkewMs() |
TimeGeneratorType |
getTimeGeneratorType() |
static HoodieTimeGeneratorConfig.Builder |
newBuilder() |
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 String LOCK_PROVIDER_KEY
public static final ConfigProperty<String> TIME_GENERATOR_TYPE
public static final ConfigProperty<Long> MAX_EXPECTED_CLOCK_SKEW_MS
public TimeGeneratorType getTimeGeneratorType()
public long getMaxExpectedClockSkewMs()
public String getBasePath()
public static HoodieTimeGeneratorConfig.Builder newBuilder()
public static HoodieTimeGeneratorConfig defaultConfig(String tablePath)
public LockConfiguration getLockConfiguration()
Copyright © 2024 The Apache Software Foundation. All rights reserved.