Package io.debezium.storage.jdbc
Class JdbcCommonConfig
java.lang.Object
io.debezium.storage.jdbc.JdbcCommonConfig
- Direct Known Subclasses:
JdbcOffsetBackingStoreConfig,JdbcSchemaHistoryConfig
Configuration options shared between offset and history storage modules.
- Author:
- Jiri Pechanec
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate static final intprivate static final longprivate Stringprivate static final org.slf4j.Loggerprivate intprivate Stringstatic final Fieldstatic final Fieldstatic final Fieldstatic final Fieldstatic final Fieldprivate Stringprivate Duration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
CONFIGURATION_FIELD_PREFIX_STRING
- See Also:
-
PROP_JDBC_URL
-
PROP_USER
-
PROP_PASSWORD
-
DEFAULT_WAIT_RETRY_DELAY
private static final long DEFAULT_WAIT_RETRY_DELAY- See Also:
-
PROP_WAIT_RETRY_DELAY
-
DEFAULT_MAX_RETRIES
private static final int DEFAULT_MAX_RETRIES- See Also:
-
PROP_MAX_RETRIES
-
jdbcUrl
-
user
-
password
-
waitRetryDelay
-
maxRetryCount
private int maxRetryCount
-
-
Constructor Details
-
JdbcCommonConfig
-
-
Method Details
-
getAllConfigurationFields
-
init
-
getJdbcUrl
-
getUser
-
getPassword
-
getWaitRetryDelay
-
getMaxRetryCount
public int getMaxRetryCount()
-