QueryTraceEvent

data class QueryTraceEvent(val timestampMs: Long, val protocol: String, val queryId: String, val commandType: CommandType, val phase: QueryTracePhase, val attempt: Int, val latencyMs: Long? = null, val message: String? = null)(source)

Constructors

Link copied to clipboard
constructor(timestampMs: Long, protocol: String, queryId: String, commandType: CommandType, phase: QueryTracePhase, attempt: Int, latencyMs: Long? = null, message: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard