TraceConfig

final case class TraceConfig(attempts: Int, interval: Duration, consistency: ConsistencyLevel)

Trace configuration

Value parameters:
attempts

How many times the driver will attempt to fetch the query if it is not ready yet.

consistency

The consistency level to use for trace queries.

interval

The interval between each attempt.

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