@Immutable public class HoodieIndexConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieIndexConfig.Builder |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
static HoodieIndexConfig.Builder |
newBuilder() |
contains, contains, create, getBoolean, getBooleanOrDefault, getDouble, getFloat, getInt, getIntOrDefault, getLong, getProps, getProps, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final ConfigProperty<String> INDEX_TYPE
public static final ConfigProperty<String> INDEX_CLASS_NAME
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_INDEX_PARALLELISM
public static final ConfigProperty<String> BLOOM_INDEX_PRUNE_BY_RANGES
public static final ConfigProperty<String> BLOOM_INDEX_USE_CACHING
public static final ConfigProperty<Boolean> BLOOM_INDEX_USE_METADATA
public static final ConfigProperty<String> BLOOM_INDEX_TREE_BASED_FILTER
public static final ConfigProperty<String> BLOOM_INDEX_BUCKETIZED_CHECKING
public static final ConfigProperty<String> BLOOM_FILTER_TYPE
public static final ConfigProperty<String> BLOOM_INDEX_FILTER_DYNAMIC_MAX_ENTRIES
public static final ConfigProperty<String> SIMPLE_INDEX_USE_CACHING
public static final ConfigProperty<String> SIMPLE_INDEX_PARALLELISM
public static final ConfigProperty<String> GLOBAL_SIMPLE_INDEX_PARALLELISM
public static final ConfigProperty<String> BLOOM_INDEX_KEYS_PER_BUCKET
public static final ConfigProperty<String> BLOOM_INDEX_INPUT_STORAGE_LEVEL_VALUE
public static final ConfigProperty<String> SIMPLE_INDEX_INPUT_STORAGE_LEVEL_VALUE
public static final ConfigProperty<String> BLOOM_INDEX_UPDATE_PARTITION_PATH_ENABLE
When set to true, an update to a record with a different partition from its existing one will insert the record to the new partition and delete it from the old partition.
When set to false, a record will be updated to the old partition.
public static final ConfigProperty<String> SIMPLE_INDEX_UPDATE_PARTITION_PATH_ENABLE
public static final ConfigProperty<Integer> BUCKET_INDEX_NUM_BUCKETS
public static final ConfigProperty<String> BUCKET_INDEX_HASH_FIELD
@Deprecated public static final String HBASE_ZKQUORUM_PROP
HoodieHBaseIndexConfig.@Deprecated public static final String HBASE_ZKPORT_PROP
@Deprecated public static final String HBASE_ZK_ZNODEPARENT
@Deprecated public static final String HBASE_TABLENAME_PROP
@Deprecated public static final String HBASE_GET_BATCH_SIZE_PROP
@Deprecated public static final String HBASE_PUT_BATCH_SIZE_PROP
@Deprecated public static final String DEFAULT_HBASE_BATCH_SIZE
@Deprecated public static final String INDEX_TYPE_PROP
INDEX_TYPE and its methods instead@Deprecated public static final String INDEX_CLASS_PROP
INDEX_CLASS_NAME and its methods instead@Deprecated public static final String DEFAULT_INDEX_CLASS
INDEX_CLASS_NAME and its methods instead@Deprecated public static final String BLOOM_FILTER_NUM_ENTRIES
BLOOM_FILTER_NUM_ENTRIES_VALUE and its methods instead@Deprecated public static final String DEFAULT_BLOOM_FILTER_NUM_ENTRIES
BLOOM_FILTER_NUM_ENTRIES_VALUE and its methods instead@Deprecated public static final String BLOOM_FILTER_FPP
BLOOM_FILTER_FPP_VALUE and its methods instead@Deprecated public static final String DEFAULT_BLOOM_FILTER_FPP
BLOOM_FILTER_FPP_VALUE and its methods instead@Deprecated public static final String BLOOM_INDEX_PARALLELISM_PROP
BLOOM_INDEX_PARALLELISM and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_PARALLELISM
BLOOM_INDEX_PARALLELISM and its methods instead@Deprecated public static final String BLOOM_INDEX_PRUNE_BY_RANGES_PROP
BLOOM_INDEX_PRUNE_BY_RANGES and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_PRUNE_BY_RANGES
BLOOM_INDEX_PRUNE_BY_RANGES and its methods instead@Deprecated public static final String BLOOM_INDEX_USE_CACHING_PROP
BLOOM_INDEX_USE_CACHING and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_USE_CACHING
BLOOM_INDEX_USE_CACHING and its methods instead@Deprecated public static final String BLOOM_INDEX_TREE_BASED_FILTER_PROP
BLOOM_INDEX_TREE_BASED_FILTER and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_TREE_BASED_FILTER
BLOOM_INDEX_TREE_BASED_FILTER and its methods instead@Deprecated public static final String BLOOM_INDEX_BUCKETIZED_CHECKING_PROP
BLOOM_INDEX_BUCKETIZED_CHECKING and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_BUCKETIZED_CHECKING
BLOOM_INDEX_BUCKETIZED_CHECKING and its methods instead@Deprecated public static final String BLOOM_INDEX_FILTER_TYPE
BLOOM_FILTER_TYPE and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_FILTER_TYPE
BLOOM_FILTER_TYPE and its methods instead@Deprecated public static final String HOODIE_BLOOM_INDEX_FILTER_DYNAMIC_MAX_ENTRIES
BLOOM_INDEX_FILTER_DYNAMIC_MAX_ENTRIES and its methods instead@Deprecated public static final String DEFAULT_HOODIE_BLOOM_INDEX_FILTER_DYNAMIC_MAX_ENTRIES
BLOOM_INDEX_FILTER_DYNAMIC_MAX_ENTRIES and its methods instead@Deprecated public static final String SIMPLE_INDEX_USE_CACHING_PROP
SIMPLE_INDEX_USE_CACHING and its methods instead@Deprecated public static final String DEFAULT_SIMPLE_INDEX_USE_CACHING
SIMPLE_INDEX_USE_CACHING and its methods instead@Deprecated public static final String SIMPLE_INDEX_PARALLELISM_PROP
SIMPLE_INDEX_PARALLELISM and its methods instead@Deprecated public static final String DEFAULT_SIMPLE_INDEX_PARALLELISM
SIMPLE_INDEX_PARALLELISM and its methods instead@Deprecated public static final String GLOBAL_SIMPLE_INDEX_PARALLELISM_PROP
GLOBAL_SIMPLE_INDEX_PARALLELISM and its methods instead@Deprecated public static final String DEFAULT_GLOBAL_SIMPLE_INDEX_PARALLELISM
GLOBAL_SIMPLE_INDEX_PARALLELISM and its methods instead@Deprecated public static final String BLOOM_INDEX_KEYS_PER_BUCKET_PROP
BLOOM_INDEX_KEYS_PER_BUCKET and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_KEYS_PER_BUCKET
BLOOM_INDEX_KEYS_PER_BUCKET and its methods instead@Deprecated public static final String BLOOM_INDEX_INPUT_STORAGE_LEVEL
BLOOM_INDEX_INPUT_STORAGE_LEVEL_VALUE and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_INPUT_STORAGE_LEVEL
BLOOM_INDEX_INPUT_STORAGE_LEVEL_VALUE and its methods instead@Deprecated public static final String SIMPLE_INDEX_INPUT_STORAGE_LEVEL
SIMPLE_INDEX_INPUT_STORAGE_LEVEL_VALUE and its methods instead@Deprecated public static final String DEFAULT_SIMPLE_INDEX_INPUT_STORAGE_LEVEL
SIMPLE_INDEX_INPUT_STORAGE_LEVEL_VALUE and its methods instead@Deprecated public static final String BLOOM_INDEX_UPDATE_PARTITION_PATH
BLOOM_INDEX_UPDATE_PARTITION_PATH_ENABLE and its methods instead@Deprecated public static final String DEFAULT_BLOOM_INDEX_UPDATE_PARTITION_PATH
BLOOM_INDEX_UPDATE_PARTITION_PATH_ENABLE and its methods instead@Deprecated public static final String SIMPLE_INDEX_UPDATE_PARTITION_PATH
SIMPLE_INDEX_UPDATE_PARTITION_PATH_ENABLE and its methods instead@Deprecated public static final String DEFAULT_SIMPLE_INDEX_UPDATE_PARTITION_PATH
SIMPLE_INDEX_UPDATE_PARTITION_PATH_ENABLE and its methods insteadpublic static HoodieIndexConfig.Builder newBuilder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.