public class HoodieCommonConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieCommonConfig.Builder
Builder for
HoodieCommonConfig. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<String> |
BASE_PATH |
static long |
DEFAULT_MAX_MEMORY_FOR_SPILLABLE_MAP_IN_BYTES |
static ConfigProperty<Boolean> |
DISK_MAP_BITCASK_COMPRESSION_ENABLED |
static ConfigProperty<String> |
HOODIE_FS_ATOMIC_CREATION_SUPPORT |
static ConfigProperty<String> |
INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT |
static ConfigProperty<Integer> |
MAX_DFS_STREAM_BUFFER_SIZE |
static ConfigProperty<String> |
MAX_MEMORY_FOR_COMPACTION |
static ConfigProperty<Boolean> |
RECONCILE_SCHEMA
Deprecated.
|
static ConfigProperty<Boolean> |
SCHEMA_EVOLUTION_ENABLE |
static ConfigProperty<String> |
SET_NULL_FOR_MISSING_COLUMNS |
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, 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> BASE_PATH
public static final ConfigProperty<Boolean> SCHEMA_EVOLUTION_ENABLE
public static final ConfigProperty<String> TIMESTAMP_AS_OF
@Deprecated public static final ConfigProperty<Boolean> RECONCILE_SCHEMA
public static final ConfigProperty<String> SET_NULL_FOR_MISSING_COLUMNS
public static final ConfigProperty<ExternalSpillableMap.DiskMapType> SPILLABLE_DISK_MAP_TYPE
public static final ConfigProperty<Boolean> DISK_MAP_BITCASK_COMPRESSION_ENABLED
public static final ConfigProperty<String> INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT
public static final ConfigProperty<String> HOODIE_FS_ATOMIC_CREATION_SUPPORT
public static final ConfigProperty<String> MAX_MEMORY_FOR_COMPACTION
public static final ConfigProperty<Integer> MAX_DFS_STREAM_BUFFER_SIZE
public static final long DEFAULT_MAX_MEMORY_FOR_SPILLABLE_MAP_IN_BYTES
public ExternalSpillableMap.DiskMapType getSpillableDiskMapType()
public boolean isBitCaskDiskMapCompressionEnabled()
public static HoodieCommonConfig.Builder newBuilder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.