Uses of Class
org.apache.cassandra.config.RetrySpec.MaxAttempt
Packages that use RetrySpec.MaxAttempt
-
Uses of RetrySpec.MaxAttempt in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as RetrySpec.MaxAttemptModifier and TypeFieldDescriptionstatic final RetrySpec.MaxAttemptRetrySpec.DEFAULT_MAX_ATTEMPTSstatic final RetrySpec.MaxAttemptRetrySpec.MaxAttempt.DISABLEDRetrySpec.maxAttemptsRepresents how many retry attempts are allowed.Methods in org.apache.cassandra.config that return RetrySpec.MaxAttemptConstructors in org.apache.cassandra.config with parameters of type RetrySpec.MaxAttemptModifierConstructorDescriptionRetrySpec(RetrySpec.MaxAttempt maxAttempts, DurationSpec.LongMillisecondsBound baseSleepTime, DurationSpec.LongMillisecondsBound maxSleepTime)