Package io.debezium.storage.redis
Class RedisCommonConfig
java.lang.Object
io.debezium.storage.redis.RedisCommonConfig
- Direct Known Subclasses:
RedisOffsetBackingStoreConfig,RedisSchemaHistoryConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringstatic final Stringprivate Integerprivate static final Integerprivate static final Integerprivate static final Integerprivate static final Integerprivate static final booleanprivate static final booleanprivate static final longprivate static final booleanprivate static final longprivate Integerprivate static final org.slf4j.Loggerprivate Integerprivate Stringprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate static final Fieldprivate Integerprivate booleanprivate Stringprivate booleanprivate longprivate booleanprivate long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()longlongprotected voidinit(Configuration config) booleanbooleanbooleanvoidsetPassword(String password)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
CONFIGURATION_FIELD_PREFIX_STRING
- See Also:
-
PROP_ADDRESS
-
PROP_USER
-
PROP_PASSWORD
-
DEFAULT_SSL_ENABLED
private static final boolean DEFAULT_SSL_ENABLED- See Also:
-
PROP_SSL_ENABLED
-
DEFAULT_CONNECTION_TIMEOUT
-
PROP_CONNECTION_TIMEOUT
-
DEFAULT_SOCKET_TIMEOUT
-
PROP_SOCKET_TIMEOUT
-
DEFAULT_RETRY_INITIAL_DELAY
-
PROP_RETRY_INITIAL_DELAY
-
DEFAULT_RETRY_MAX_DELAY
-
PROP_RETRY_MAX_DELAY
-
DEFAULT_WAIT_ENABLED
private static final boolean DEFAULT_WAIT_ENABLED- See Also:
-
PROP_WAIT_ENABLED
-
DEFAULT_WAIT_TIMEOUT
private static final long DEFAULT_WAIT_TIMEOUT- See Also:
-
PROP_WAIT_TIMEOUT
-
DEFAULT_WAIT_RETRY_ENABLED
private static final boolean DEFAULT_WAIT_RETRY_ENABLED- See Also:
-
PROP_WAIT_RETRY_ENABLED
-
DEFAULT_WAIT_RETRY_DELAY
private static final long DEFAULT_WAIT_RETRY_DELAY- See Also:
-
PROP_WAIT_RETRY_DELAY
-
address
-
user
-
password
-
sslEnabled
private boolean sslEnabled -
initialRetryDelay
-
maxRetryDelay
-
connectionTimeout
-
socketTimeout
-
waitEnabled
private boolean waitEnabled -
waitTimeout
private long waitTimeout -
waitRetryEnabled
private boolean waitRetryEnabled -
waitRetryDelay
private long waitRetryDelay
-
-
Constructor Details
-
RedisCommonConfig
-
-
Method Details
-
getAllConfigurationFields
-
init
-
getPassword
-
setPassword
-
getAddress
-
getUser
-
isSslEnabled
public boolean isSslEnabled() -
getInitialRetryDelay
-
getMaxRetryDelay
-
getConnectionTimeout
-
getSocketTimeout
-
isWaitEnabled
public boolean isWaitEnabled() -
getWaitTimeout
public long getWaitTimeout() -
isWaitRetryEnabled
public boolean isWaitRetryEnabled() -
getWaitRetryDelay
public long getWaitRetryDelay()
-