@Immutable public class HoodieMetastoreConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieMetastoreConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<Integer> |
METASTORE_CONNECTION_RETRIES |
static ConfigProperty<Integer> |
METASTORE_CONNECTION_RETRY_DELAY |
static ConfigProperty<Boolean> |
METASTORE_ENABLE |
static String |
METASTORE_PREFIX |
static ConfigProperty<String> |
METASTORE_URLS |
CONFIG_VALUES_DELIMITER, props| Constructor and Description |
|---|
HoodieMetastoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enableMetastore() |
int |
getConnectionRetryDelay() |
int |
getConnectionRetryLimit() |
String |
getMetastoreUris() |
static HoodieMetastoreConfig.Builder |
newBuilder() |
contains, contains, create, getBoolean, getBooleanOrDefault, getBooleanOrDefault, getBooleanOrDefault, getDouble, getFloat, getInt, getIntOrDefault, getLong, getProps, getProps, getSplitStrings, getSplitStrings, getString, getString, getStringOrDefault, getStringOrDefault, getStringOrThrow, setAll, setDefault, setDefaultOnCondition, setDefaults, setDefaultValue, setDefaultValue, setValue, setValuepublic static final String METASTORE_PREFIX
public static final ConfigProperty<Boolean> METASTORE_ENABLE
public static final ConfigProperty<String> METASTORE_URLS
public static final ConfigProperty<Integer> METASTORE_CONNECTION_RETRIES
public static final ConfigProperty<Integer> METASTORE_CONNECTION_RETRY_DELAY
public static HoodieMetastoreConfig.Builder newBuilder()
public boolean enableMetastore()
public String getMetastoreUris()
public int getConnectionRetryLimit()
public int getConnectionRetryDelay()
Copyright © 2022 The Apache Software Foundation. All rights reserved.