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
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
expect open 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
expect fun encode(): ByteArray
expect fun encode(sink: BufferedSink)
Link copied to clipboard
expect 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