Package org.apache.cassandra.config
Class RetrySpec.Partial
- java.lang.Object
-
- org.apache.cassandra.config.RetrySpec
-
- org.apache.cassandra.config.RetrySpec.Partial
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.config.RetrySpec
RetrySpec.MaxAttempt, RetrySpec.Partial
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.config.RetrySpec
baseSleepTime, DEFAULT_BASE_SLEEP, DEFAULT_MAX_ATTEMPTS, DEFAULT_MAX_SLEEP, maxAttempts, maxSleepTime
-
-
Constructor Summary
Constructors Constructor Description Partial()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetrySpec
withDefaults(RetrySpec defaultValues)
-
Methods inherited from class org.apache.cassandra.config.RetrySpec
getBaseSleepTime, getMaxAttempts, getMaxSleepTime, isEnabled, setEnabled, toString
-
-