public class HoodieCommonConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieCommonConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<Boolean> |
DISK_MAP_BITCASK_COMPRESSION_ENABLED |
static ConfigProperty<Boolean> |
RECONCILE_SCHEMA |
static ConfigProperty<Boolean> |
SCHEMA_EVOLUTION_ENABLE |
static ConfigProperty<ExternalSpillableMap.DiskMapType> |
SPILLABLE_DISK_MAP_TYPE |
static ConfigProperty<String> |
TIMESTAMP_AS_OF |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
ExternalSpillableMap.DiskMapType |
getSpillableDiskMapType() |
boolean |
isBitCaskDiskMapCompressionEnabled() |
static HoodieCommonConfig.Builder |
newBuilder() |
contains, contains, create, getBoolean, getBooleanOrDefault, 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<Boolean> SCHEMA_EVOLUTION_ENABLE
public static final ConfigProperty<String> TIMESTAMP_AS_OF
public static final ConfigProperty<Boolean> RECONCILE_SCHEMA
public static final ConfigProperty<ExternalSpillableMap.DiskMapType> SPILLABLE_DISK_MAP_TYPE
public static final ConfigProperty<Boolean> DISK_MAP_BITCASK_COMPRESSION_ENABLED
public ExternalSpillableMap.DiskMapType getSpillableDiskMapType()
public boolean isBitCaskDiskMapCompressionEnabled()
public static HoodieCommonConfig.Builder newBuilder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.