@Immutable public class HoodieCompactionConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieCompactionConfig.Builder |
CONFIG_VALUES_DELIMITER, MAX_READ_RETRIES, props, READ_RETRY_DELAY_MSEC| Modifier and Type | Method and Description |
|---|---|
static HoodieCompactionConfig.Builder |
newBuilder() |
clearValue, contains, 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> INLINE_COMPACT
public static final ConfigProperty<String> SCHEDULE_INLINE_COMPACT
public static final ConfigProperty<String> ENABLE_LOG_COMPACTION
public static final ConfigProperty<String> INLINE_LOG_COMPACT
public static final ConfigProperty<String> INLINE_COMPACT_NUM_DELTA_COMMITS
public static final ConfigProperty<String> INLINE_COMPACT_TIME_DELTA_SECONDS
public static final ConfigProperty<String> INLINE_COMPACT_TRIGGER_STRATEGY
public static final ConfigProperty<String> PARQUET_SMALL_FILE_LIMIT
public static final ConfigProperty<String> RECORD_SIZE_ESTIMATION_THRESHOLD
public static final ConfigProperty<String> TARGET_IO_PER_COMPACTION_IN_MB
public static final ConfigProperty<Long> COMPACTION_LOG_FILE_SIZE_THRESHOLD
public static final ConfigProperty<Long> COMPACTION_LOG_FILE_NUM_THRESHOLD
public static final ConfigProperty<String> COMPACTION_STRATEGY
public static final ConfigProperty<String> TARGET_PARTITIONS_PER_DAYBASED_COMPACTION
public static final ConfigProperty<String> COMPACTION_SPECIFY_PARTITION_PATH_REGEX
public static final ConfigProperty<String> COPY_ON_WRITE_INSERT_SPLIT_SIZE
public static final ConfigProperty<String> COPY_ON_WRITE_AUTO_SPLIT_INSERTS
public static final ConfigProperty<String> COPY_ON_WRITE_RECORD_SIZE_ESTIMATE
public static final ConfigProperty<String> LOG_COMPACTION_BLOCKS_THRESHOLD
@Deprecated public static final String INLINE_COMPACT_PROP
INLINE_COMPACT and its methods instead@Deprecated public static final String INLINE_COMPACT_NUM_DELTA_COMMITS_PROP
INLINE_COMPACT_NUM_DELTA_COMMITS and its methods instead@Deprecated public static final String INLINE_COMPACT_TIME_DELTA_SECONDS_PROP
INLINE_COMPACT_TIME_DELTA_SECONDS and its methods instead@Deprecated public static final String INLINE_COMPACT_TRIGGER_STRATEGY_PROP
INLINE_COMPACT_TRIGGER_STRATEGY and its methods instead@Deprecated public static final String PARQUET_SMALL_FILE_LIMIT_BYTES
PARQUET_SMALL_FILE_LIMIT and its methods instead@Deprecated public static final String DEFAULT_PARQUET_SMALL_FILE_LIMIT_BYTES
PARQUET_SMALL_FILE_LIMIT and its methods instead@Deprecated public static final String RECORD_SIZE_ESTIMATION_THRESHOLD_PROP
RECORD_SIZE_ESTIMATION_THRESHOLD and its methods instead@Deprecated public static final String DEFAULT_RECORD_SIZE_ESTIMATION_THRESHOLD
RECORD_SIZE_ESTIMATION_THRESHOLD and its methods instead@Deprecated public static final String COPY_ON_WRITE_TABLE_INSERT_SPLIT_SIZE
COPY_ON_WRITE_INSERT_SPLIT_SIZE and its methods instead@Deprecated public static final String DEFAULT_COPY_ON_WRITE_TABLE_INSERT_SPLIT_SIZE
COPY_ON_WRITE_INSERT_SPLIT_SIZE and its methods instead@Deprecated public static final String COPY_ON_WRITE_TABLE_AUTO_SPLIT_INSERTS
COPY_ON_WRITE_AUTO_SPLIT_INSERTS and its methods instead@Deprecated public static final String DEFAULT_COPY_ON_WRITE_TABLE_AUTO_SPLIT_INSERTS
COPY_ON_WRITE_AUTO_SPLIT_INSERTS and its methods instead@Deprecated public static final String COPY_ON_WRITE_TABLE_RECORD_SIZE_ESTIMATE
COPY_ON_WRITE_RECORD_SIZE_ESTIMATE and its methods instead@Deprecated public static final String DEFAULT_COPY_ON_WRITE_TABLE_RECORD_SIZE_ESTIMATE
COPY_ON_WRITE_RECORD_SIZE_ESTIMATE and its methods instead@Deprecated public static final String TARGET_IO_PER_COMPACTION_IN_MB_PROP
TARGET_IO_PER_COMPACTION_IN_MB and its methods instead@Deprecated public static final String DEFAULT_TARGET_IO_PER_COMPACTION_IN_MB
TARGET_IO_PER_COMPACTION_IN_MB and its methods instead@Deprecated public static final String COMPACTION_STRATEGY_PROP
COMPACTION_STRATEGY and its methods instead@Deprecated public static final String DEFAULT_COMPACTION_STRATEGY
COMPACTION_STRATEGY and its methods instead@Deprecated public static final String COMPACTION_LAZY_BLOCK_READ_ENABLED_PROP
HoodieReaderConfig.COMPACTION_LAZY_BLOCK_READ_ENABLE and its methods instead@Deprecated public static final String DEFAULT_COMPACTION_LAZY_BLOCK_READ_ENABLED
HoodieReaderConfig.COMPACTION_LAZY_BLOCK_READ_ENABLE and its methods instead@Deprecated public static final String COMPACTION_REVERSE_LOG_READ_ENABLED_PROP
HoodieReaderConfig.COMPACTION_REVERSE_LOG_READ_ENABLE and its methods instead@Deprecated public static final String DEFAULT_COMPACTION_REVERSE_LOG_READ_ENABLED
HoodieReaderConfig.COMPACTION_REVERSE_LOG_READ_ENABLE and its methods instead@Deprecated public static final String TARGET_PARTITIONS_PER_DAYBASED_COMPACTION_PROP
TARGET_PARTITIONS_PER_DAYBASED_COMPACTION and its methods instead@Deprecated public static final String DEFAULT_TARGET_PARTITIONS_PER_DAYBASED_COMPACTION
TARGET_PARTITIONS_PER_DAYBASED_COMPACTION and its methods insteadpublic static HoodieCompactionConfig.Builder newBuilder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.