RetryPolicyConfig

final case class RetryPolicyConfig(`class`: String)

The policy that controls if the driver retries requests that have failed on one node

Value parameters:
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.retry.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product