ContextualizedStats

class ContextualizedStats(    val context: StatsContext? = null,     val query_latency_stats: QueryLatencyStats? = null,     per_type_stat: Map<String, TypeStat> = emptyMap(),     unknownFields: ByteString = ByteString.EMPTY) : Message<ContextualizedStats, Nothing>

Constructors

Link copied to clipboard
constructor(    context: StatsContext? = null,     query_latency_stats: QueryLatencyStats? = null,     per_type_stat: Map<String, TypeStat> = emptyMap(),     unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<ContextualizedStats>
Link copied to clipboard
val context: StatsContext? = null
Link copied to clipboard

Key is type name. This structure provides data for the count and latency of individual field executions and thus only reflects operations for which field-level tracing occurred.

Link copied to clipboard
Link copied to clipboard
val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(    context: StatsContext? = this.context,     query_latency_stats: QueryLatencyStats? = this.query_latency_stats,     per_type_stat: Map<String, TypeStat> = this.per_type_stat,     unknownFields: ByteString = this.unknownFields): ContextualizedStats
Link copied to clipboard
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String