RequestTrackerConfig

final case class RequestTrackerConfig(classes: List[String], logs: Option[LogsConfig])

A session-wide component that tracks the outcome of requests.

Value parameters:
class

The class of the tracker. If it is not qualified, the driver assumes that it resides in the package com.datastax.oss.driver.internal.core.tracker.

logs

Parameters for RequestLogger

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