Class RedisStoreWaitConfigFluent<A extends RedisStoreWaitConfigFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.debezium.operator.api.model.source.storage.RedisStoreWaitConfigFluent<A>
- Direct Known Subclasses:
RedisOffsetStoreFluent.WaitNested,RedisSchemaHistoryStoreFluent.WaitNested,RedisStoreWaitConfigBuilder
public class RedisStoreWaitConfigFluent<A extends RedisStoreWaitConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate longprivate longFields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyInstance(RedisStoreWaitConfig instance) booleanlonglongbooleaninthashCode()booleanhasRetry()booleanbooleanbooleanbooleanisRetry()toString()withEnabled(boolean enabled) withRetry(boolean retry) withRetryDelayMs(long retryDelayMs) withTimeoutMs(long timeoutMs) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Field Details
-
enabled
private boolean enabled -
timeoutMs
private long timeoutMs -
retry
private boolean retry -
retryDelayMs
private long retryDelayMs
-
-
Constructor Details
-
RedisStoreWaitConfigFluent
public RedisStoreWaitConfigFluent() -
RedisStoreWaitConfigFluent
-
-
Method Details
-
copyInstance
-
isEnabled
public boolean isEnabled() -
withEnabled
-
hasEnabled
public boolean hasEnabled() -
getTimeoutMs
public long getTimeoutMs() -
withTimeoutMs
-
hasTimeoutMs
public boolean hasTimeoutMs() -
isRetry
public boolean isRetry() -
withRetry
-
hasRetry
public boolean hasRetry() -
getRetryDelayMs
public long getRetryDelayMs() -
withRetryDelayMs
-
hasRetryDelayMs
public boolean hasRetryDelayMs() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RedisStoreWaitConfigFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RedisStoreWaitConfigFluent<A>>
-
toString
-
withEnabled
-
withRetry
-