AdvancedRequestConfig

final case class AdvancedRequestConfig(warnIfSetKeyspace: Boolean, trace: TraceConfig, logWarnings: Boolean)
Value parameters:
logWarnings

Whether logging of server warnings generated during query execution should be disabled by the driver.

warnIfSetKeyspace

Whether a warning is logged when a request (such as a CQL USE ...) changes the active keyspace.

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