final case class ReconnectionPolicyConfig(`class`: String, baseDelay: Duration, maxDelay: Option[Duration])
The policy that controls how often the driver tries to re-establish connections to down nodes.
- Value parameters:
- baseDelay
Reconnection policy starts with the base delay.
- class
The class of the policy. If it is not qualified, the driver assumes that it resides in the package
com.datastax.oss.driver.internal.core.connection
.- maxDelay
Reconnection policy increases delay up to the max delay.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any