public class FileSystemRetryConfig extends HoodieConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemRetryConfig.Builder
The builder used to build filesystem configurations.
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<String> |
FILESYSTEM_RETRY_ENABLE |
static ConfigProperty<Long> |
INITIAL_RETRY_INTERVAL_MS |
static ConfigProperty<Long> |
MAX_RETRY_INTERVAL_MS |
static ConfigProperty<Integer> |
MAX_RETRY_NUMBERS |
static ConfigProperty<String> |
RETRY_EXCEPTIONS |
CONFIG_VALUES_DELIMITER, props| Modifier and Type | Method and Description |
|---|---|
long |
getInitialRetryIntervalMs() |
long |
getMaxRetryIntervalMs() |
int |
getMaxRetryNumbers() |
String |
getRetryExceptions() |
boolean |
isFileSystemActionRetryEnable() |
static FileSystemRetryConfig.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> FILESYSTEM_RETRY_ENABLE
public static final ConfigProperty<Long> INITIAL_RETRY_INTERVAL_MS
public static final ConfigProperty<Long> MAX_RETRY_INTERVAL_MS
public static final ConfigProperty<Integer> MAX_RETRY_NUMBERS
public static final ConfigProperty<String> RETRY_EXCEPTIONS
public long getInitialRetryIntervalMs()
public long getMaxRetryIntervalMs()
public int getMaxRetryNumbers()
public boolean isFileSystemActionRetryEnable()
public static FileSystemRetryConfig.Builder newBuilder()
public String getRetryExceptions()
Copyright © 2024 The Apache Software Foundation. All rights reserved.