@Immutable public class HoodieMetaserverConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieMetaserverConfig.Builder
Builder for
HoodieMetaserverConfig. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<String> |
DATABASE_NAME |
static ConfigProperty<Integer> |
METASERVER_CONNECTION_RETRIES |
static ConfigProperty<Integer> |
METASERVER_CONNECTION_RETRY_DELAY |
static ConfigProperty<Boolean> |
METASERVER_ENABLE |
static String |
METASERVER_PREFIX |
static ConfigProperty<String> |
METASERVER_URLS |
static ConfigProperty<String> |
TABLE_NAME |
CONFIG_VALUES_DELIMITER, MAX_READ_RETRIES, props, READ_RETRY_DELAY_MSEC| Constructor and Description |
|---|
HoodieMetaserverConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionRetryDelay() |
int |
getConnectionRetryLimit() |
String |
getDatabaseName() |
String |
getMetaserverUris() |
String |
getTableName() |
boolean |
isMetaserverEnabled() |
static HoodieMetaserverConfig.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 String METASERVER_PREFIX
public static final ConfigProperty<Boolean> METASERVER_ENABLE
public static final ConfigProperty<String> DATABASE_NAME
public static final ConfigProperty<String> TABLE_NAME
public static final ConfigProperty<String> METASERVER_URLS
public static final ConfigProperty<Integer> METASERVER_CONNECTION_RETRIES
public static final ConfigProperty<Integer> METASERVER_CONNECTION_RETRY_DELAY
public static HoodieMetaserverConfig.Builder newBuilder()
public boolean isMetaserverEnabled()
public String getDatabaseName()
public String getTableName()
public String getMetaserverUris()
public int getConnectionRetryLimit()
public int getConnectionRetryDelay()
Copyright © 2024 The Apache Software Foundation. All rights reserved.