@Immutable public class HoodieStorageConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieStorageConfig.Builder |
CONFIG_VALUES_DELIMITER, MAX_READ_RETRIES, props, READ_RETRY_DELAY_MSEC| Modifier and Type | Method and Description |
|---|---|
static HoodieStorageConfig.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> PARQUET_MAX_FILE_SIZE
public static final ConfigProperty<String> PARQUET_BLOCK_SIZE
public static final ConfigProperty<String> PARQUET_PAGE_SIZE
public static final ConfigProperty<String> ORC_FILE_MAX_SIZE
public static final ConfigProperty<String> ORC_STRIPE_SIZE
public static final ConfigProperty<String> ORC_BLOCK_SIZE
public static final ConfigProperty<String> HFILE_MAX_FILE_SIZE
public static final ConfigProperty<String> HFILE_BLOCK_SIZE
public static final ConfigProperty<String> LOGFILE_DATA_BLOCK_FORMAT
public static final ConfigProperty<String> LOGFILE_MAX_SIZE
public static final ConfigProperty<String> LOGFILE_DATA_BLOCK_MAX_SIZE
public static final ConfigProperty<String> PARQUET_COMPRESSION_RATIO_FRACTION
public static final ConfigProperty<String> PARQUET_COMPRESSION_CODEC_NAME
public static final ConfigProperty<Boolean> PARQUET_DICTIONARY_ENABLED
public static final ConfigProperty<String> PARQUET_WRITE_LEGACY_FORMAT_ENABLED
public static final ConfigProperty<String> PARQUET_OUTPUT_TIMESTAMP_TYPE
public static final ConfigProperty<String> PARQUET_FIELD_ID_WRITE_ENABLED
public static final ConfigProperty<Boolean> PARQUET_WITH_BLOOM_FILTER_ENABLED
public static final ConfigProperty<String> HFILE_COMPRESSION_ALGORITHM_NAME
public static final ConfigProperty<String> ORC_COMPRESSION_CODEC_NAME
public static final ConfigProperty<String> LOGFILE_TO_PARQUET_COMPRESSION_RATIO_FRACTION
public static final ConfigProperty<String> BLOOM_FILTER_TYPE
public static final ConfigProperty<String> BLOOM_FILTER_NUM_ENTRIES_VALUE
public static final ConfigProperty<String> BLOOM_FILTER_FPP_VALUE
public static final ConfigProperty<String> BLOOM_FILTER_DYNAMIC_MAX_ENTRIES
public static final ConfigProperty<String> HOODIE_AVRO_WRITE_SUPPORT_CLASS
public static final ConfigProperty<String> HOODIE_PARQUET_SPARK_ROW_WRITE_SUPPORT_CLASS
public static final ConfigProperty<String> HOODIE_STORAGE_CLASS
public static final ConfigProperty<String> HOODIE_IO_FACTORY_CLASS
@Deprecated public static final String PARQUET_FILE_MAX_BYTES
PARQUET_MAX_FILE_SIZE and its methods instead@Deprecated public static final String DEFAULT_PARQUET_FILE_MAX_BYTES
PARQUET_MAX_FILE_SIZE and its methods instead@Deprecated public static final String PARQUET_BLOCK_SIZE_BYTES
PARQUET_BLOCK_SIZE and its methods instead@Deprecated public static final String DEFAULT_PARQUET_BLOCK_SIZE_BYTES
PARQUET_BLOCK_SIZE and its methods instead@Deprecated public static final String PARQUET_PAGE_SIZE_BYTES
PARQUET_PAGE_SIZE and its methods instead@Deprecated public static final String DEFAULT_PARQUET_PAGE_SIZE_BYTES
PARQUET_PAGE_SIZE and its methods instead@Deprecated public static final String HFILE_FILE_MAX_BYTES
HFILE_MAX_FILE_SIZE and its methods instead@Deprecated public static final String DEFAULT_HFILE_FILE_MAX_BYTES
HFILE_MAX_FILE_SIZE and its methods instead@Deprecated public static final String HFILE_BLOCK_SIZE_BYTES
HFILE_BLOCK_SIZE and its methods instead@Deprecated public static final String DEFAULT_HFILE_BLOCK_SIZE_BYTES
HFILE_BLOCK_SIZE and its methods instead@Deprecated public static final String LOGFILE_SIZE_MAX_BYTES
LOGFILE_MAX_SIZE and its methods instead@Deprecated public static final String DEFAULT_LOGFILE_SIZE_MAX_BYTES
LOGFILE_MAX_SIZE and its methods instead@Deprecated public static final String LOGFILE_DATA_BLOCK_SIZE_MAX_BYTES
LOGFILE_DATA_BLOCK_MAX_SIZE and its methods instead@Deprecated public static final String DEFAULT_LOGFILE_DATA_BLOCK_SIZE_MAX_BYTES
LOGFILE_DATA_BLOCK_MAX_SIZE and its methods instead@Deprecated public static final String PARQUET_COMPRESSION_RATIO
PARQUET_COMPRESSION_RATIO_FRACTION and its methods instead@Deprecated public static final String DEFAULT_STREAM_COMPRESSION_RATIO
PARQUET_COMPRESSION_RATIO_FRACTION and its methods instead@Deprecated public static final String PARQUET_COMPRESSION_CODEC
PARQUET_COMPRESSION_CODEC_NAME and its methods instead@Deprecated public static final String HFILE_COMPRESSION_ALGORITHM
HFILE_COMPRESSION_ALGORITHM_NAME and its methods instead@Deprecated public static final String DEFAULT_PARQUET_COMPRESSION_CODEC
PARQUET_COMPRESSION_CODEC_NAME and its methods instead@Deprecated public static final String DEFAULT_HFILE_COMPRESSION_ALGORITHM
HFILE_COMPRESSION_ALGORITHM_NAME and its methods instead@Deprecated public static final String LOGFILE_TO_PARQUET_COMPRESSION_RATIO
LOGFILE_TO_PARQUET_COMPRESSION_RATIO_FRACTION and its methods instead@Deprecated public static final String DEFAULT_LOGFILE_TO_PARQUET_COMPRESSION_RATIO
LOGFILE_TO_PARQUET_COMPRESSION_RATIO_FRACTION and its methods insteadpublic static HoodieStorageConfig.Builder newBuilder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.