Package org.apache.cassandra.config
Class RepairRetrySpec
- java.lang.Object
-
- org.apache.cassandra.config.RetrySpec
-
- org.apache.cassandra.config.RepairRetrySpec
-
public class RepairRetrySpec extends RetrySpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.config.RetrySpec
RetrySpec.MaxAttempt, RetrySpec.Partial
-
-
Field Summary
Fields Modifier and Type Field Description RetrySpec.Partial
merkle_tree_response
-
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 RepairRetrySpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetrySpec
getMerkleTreeResponseSpec()
boolean
isMerkleTreeRetriesEnabled()
-
Methods inherited from class org.apache.cassandra.config.RetrySpec
getBaseSleepTime, getMaxAttempts, getMaxSleepTime, isEnabled, setEnabled, toString
-
-
-
-
Field Detail
-
merkle_tree_response
public RetrySpec.Partial merkle_tree_response
-
-
Method Detail
-
isMerkleTreeRetriesEnabled
public boolean isMerkleTreeRetriesEnabled()
-
getMerkleTreeResponseSpec
public RetrySpec getMerkleTreeResponseSpec()
-
-