public class HoodieHBaseIndexConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieHBaseIndexConfig.Builder |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
static HoodieHBaseIndexConfig.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> ZKQUORUM
public static final ConfigProperty<String> ZKPORT
public static final ConfigProperty<String> TABLENAME
public static final ConfigProperty<Integer> GET_BATCH_SIZE
public static final ConfigProperty<String> ZK_NODE_PATH
public static final ConfigProperty<Integer> PUT_BATCH_SIZE
public static final ConfigProperty<String> QPS_ALLOCATOR_CLASS_NAME
public static final ConfigProperty<Boolean> PUT_BATCH_SIZE_AUTO_COMPUTE
public static final ConfigProperty<Float> QPS_FRACTION
public static final ConfigProperty<Integer> MAX_QPS_PER_REGION_SERVER
public static final ConfigProperty<Boolean> COMPUTE_QPS_DYNAMICALLY
public static final ConfigProperty<String> MIN_QPS_FRACTION
public static final ConfigProperty<String> MAX_QPS_FRACTION
public static final ConfigProperty<Integer> DESIRED_PUTS_TIME_IN_SECONDS
public static final ConfigProperty<String> SLEEP_MS_FOR_PUT_BATCH
public static final ConfigProperty<String> SLEEP_MS_FOR_GET_BATCH
public static final ConfigProperty<Integer> ZK_SESSION_TIMEOUT_MS
public static final ConfigProperty<Integer> ZK_CONNECTION_TIMEOUT_MS
public static final ConfigProperty<String> ZKPATH_QPS_ROOT
public static final ConfigProperty<Boolean> UPDATE_PARTITION_PATH_ENABLE
public static final ConfigProperty<Boolean> ROLLBACK_SYNC_ENABLE
public static final ConfigProperty<String> SECURITY_AUTHENTICATION
public static final ConfigProperty<String> KERBEROS_USER_KEYTAB
public static final ConfigProperty<String> KERBEROS_USER_PRINCIPAL
public static final ConfigProperty<String> REGIONSERVER_PRINCIPAL
public static final ConfigProperty<String> MASTER_PRINCIPAL
public static final ConfigProperty<Integer> BUCKET_NUMBER
@Deprecated public static final String HBASE_ZKQUORUM_PROP
ZKQUORUM and its methods instead@Deprecated public static final String HBASE_ZKPORT_PROP
ZKPORT and its methods instead@Deprecated public static final String HBASE_TABLENAME_PROP
TABLENAME and its methods instead@Deprecated public static final String HBASE_GET_BATCH_SIZE_PROP
GET_BATCH_SIZE and its methods instead@Deprecated public static final String HBASE_ZK_ZNODEPARENT
ZK_NODE_PATH and its methods instead@Deprecated public static final String HBASE_PUT_BATCH_SIZE_PROP
PUT_BATCH_SIZE and its methods instead@Deprecated public static final String HBASE_INDEX_QPS_ALLOCATOR_CLASS
QPS_ALLOCATOR_CLASS_NAME and its methods instead@Deprecated public static final String DEFAULT_HBASE_INDEX_QPS_ALLOCATOR_CLASS
QPS_ALLOCATOR_CLASS_NAME and its methods instead@Deprecated public static final String HBASE_PUT_BATCH_SIZE_AUTO_COMPUTE_PROP
PUT_BATCH_SIZE_AUTO_COMPUTE and its methods instead@Deprecated public static final Boolean DEFAULT_HBASE_PUT_BATCH_SIZE_AUTO_COMPUTE
PUT_BATCH_SIZE_AUTO_COMPUTE and its methods instead@Deprecated public static final String HBASE_QPS_FRACTION_PROP
MAX_QPS_FRACTION and its methods instead@Deprecated public static final String HBASE_MAX_QPS_PER_REGION_SERVER_PROP
MAX_QPS_PER_REGION_SERVER and its methods instead@Deprecated public static final int DEFAULT_HBASE_BATCH_SIZE
@Deprecated public static final int DEFAULT_HBASE_MAX_QPS_PER_REGION_SERVER
MAX_QPS_PER_REGION_SERVER and its methods instead@Deprecated public static final float DEFAULT_HBASE_QPS_FRACTION
QPS_FRACTION and its methods instead@Deprecated public static final String HOODIE_INDEX_COMPUTE_QPS_DYNAMICALLY
COMPUTE_QPS_DYNAMICALLY and its methods instead@Deprecated public static final boolean DEFAULT_HOODIE_INDEX_COMPUTE_QPS_DYNAMICALLY
COMPUTE_QPS_DYNAMICALLY and its methods instead@Deprecated public static final String HBASE_MIN_QPS_FRACTION_PROP
MIN_QPS_FRACTION and its methods instead@Deprecated public static final String HBASE_MAX_QPS_FRACTION_PROP
MAX_QPS_FRACTION and its methods instead@Deprecated public static final String HOODIE_INDEX_DESIRED_PUTS_TIME_IN_SECS
DESIRED_PUTS_TIME_IN_SECONDS and its methods instead@Deprecated public static final int DEFAULT_HOODIE_INDEX_DESIRED_PUTS_TIME_IN_SECS
DESIRED_PUTS_TIME_IN_SECONDS and its methods instead@Deprecated public static final String HBASE_SLEEP_MS_PUT_BATCH_PROP
SLEEP_MS_FOR_PUT_BATCH and its methods instead@Deprecated public static final String HBASE_SLEEP_MS_GET_BATCH_PROP
SLEEP_MS_FOR_GET_BATCH and its methods instead@Deprecated public static final String HOODIE_INDEX_HBASE_ZK_SESSION_TIMEOUT_MS
ZK_SESSION_TIMEOUT_MS and its methods instead@Deprecated public static final int DEFAULT_ZK_SESSION_TIMEOUT_MS
ZK_SESSION_TIMEOUT_MS and its methods instead@Deprecated public static final String HOODIE_INDEX_HBASE_ZK_CONNECTION_TIMEOUT_MS
ZK_CONNECTION_TIMEOUT_MS and its methods instead@Deprecated public static final int DEFAULT_ZK_CONNECTION_TIMEOUT_MS
ZK_CONNECTION_TIMEOUT_MS and its methods instead@Deprecated public static final String HBASE_ZK_PATH_QPS_ROOT
ZKPATH_QPS_ROOT and its methods instead@Deprecated public static final String DEFAULT_HBASE_ZK_PATH_QPS_ROOT
ZKPATH_QPS_ROOT and its methods instead@Deprecated public static final String HBASE_INDEX_UPDATE_PARTITION_PATH
UPDATE_PARTITION_PATH_ENABLE and its methods instead@Deprecated public static final Boolean DEFAULT_HBASE_INDEX_UPDATE_PARTITION_PATH
UPDATE_PARTITION_PATH_ENABLE and its methods instead@Deprecated public static final String HBASE_INDEX_ROLLBACK_SYNC
ROLLBACK_SYNC_ENABLE and its methods instead@Deprecated public static final Boolean DEFAULT_HBASE_INDEX_ROLLBACK_SYNC
ROLLBACK_SYNC_ENABLE and its methods insteadpublic static HoodieHBaseIndexConfig.Builder newBuilder()
Copyright © 2023 The Apache Software Foundation. All rights reserved.