Class RedisStore
java.lang.Object
io.debezium.operator.api.model.source.storage.AbstractStore
io.debezium.operator.api.model.source.storage.RedisStore
- All Implemented Interfaces:
ConfigMappable,Store
- Direct Known Subclasses:
RedisOffsetStore,RedisSchemaHistoryStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getUser()getWait()booleanvoidsetAddress(String address) voidvoidsetPassword(String password) voidsetSslEnabled(boolean sslEnabled) voidvoidsetWait(RedisStoreWaitConfig wait) Methods inherited from class io.debezium.operator.api.model.source.storage.AbstractStore
getConfig, getType, setConfig
-
Field Details
-
address
-
user
-
password
-
sslEnabled
@JsonPropertyDescription("Redis username") private boolean sslEnabled -
key
-
wait
@JsonPropertyDescription("Configures verification of replica writes") private RedisStoreWaitConfig wait
-
-
Constructor Details
-
RedisStore
-
-
Method Details
-
getAddress
-
setAddress
-
getUser
-
setUser
-
getPassword
-
setPassword
-
isSslEnabled
public boolean isSslEnabled() -
setSslEnabled
public void setSslEnabled(boolean sslEnabled) -
getKey
-
setKey
-
getWait
-
setWait
-
asConfiguration
- Specified by:
asConfigurationin interfaceConfigMappable- Overrides:
asConfigurationin classAbstractStore
-