final case class TimestampGeneratorConfig(`class`: String, driftWarning: DriftWarningConfig, forceJavaClock: Boolean)
The generator that assigns a microsecond timestamp to each request.
- Value parameters:
- class
The class of the generator. If it is not qualified, the driver assumes that it resides in the package
com.datastax.oss.driver.internal.core.time
.- driftWarning
configure timestamp drift logging
- forceJavaClock
Whether to force the driver to use Java's millisecond-precision system clock. If this is false, the driver will try to access the microsecond-precision OS clock via native calls (and fallback to the Java one if the native calls fail).
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any