Class RedisOffsetStoreFluent<A extends RedisOffsetStoreFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.source.storage.offset.RedisOffsetStoreFluent<A>
- Direct Known Subclasses:
OffsetFluent.RedisNested,RedisOffsetStoreBuilder
public class RedisOffsetStoreFluent<A extends RedisOffsetStoreFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate ConfigPropertiesprivate Stringprivate Stringprivate booleanprivate Stringprivate RedisStoreWaitConfigBuilderFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(RedisOffsetStore instance) editWait()booleangetKey()getUser()booleanbooleaninthashCode()booleanhasKey()booleanbooleanbooleanhasUser()booleanhasWait()booleantoString()withAddress(String address) withConfig(ConfigProperties config) withPassword(String password) withSslEnabled(boolean sslEnabled) withWait(RedisStoreWaitConfig wait) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
address
-
user
-
password
-
sslEnabled
private boolean sslEnabled -
key
-
wait
-
config
-
-
Constructor Details
-
RedisOffsetStoreFluent
public RedisOffsetStoreFluent() -
RedisOffsetStoreFluent
-
-
Method Details
-
copyInstance
-
getAddress
-
withAddress
-
hasAddress
public boolean hasAddress() -
getUser
-
withUser
-
hasUser
public boolean hasUser() -
getPassword
-
withPassword
-
hasPassword
public boolean hasPassword() -
isSslEnabled
public boolean isSslEnabled() -
withSslEnabled
-
hasSslEnabled
public boolean hasSslEnabled() -
getKey
-
withKey
-
hasKey
public boolean hasKey() -
buildWait
-
withWait
-
hasWait
public boolean hasWait() -
withNewWait
-
withNewWaitLike
-
editWait
-
editOrNewWait
-
editOrNewWaitLike
-
getConfig
-
withConfig
-
hasConfig
public boolean hasConfig() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RedisOffsetStoreFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RedisOffsetStoreFluent<A>>
-
toString
-
withSslEnabled
-