case class QueryMetrics(pathData: TrieMap[Vector[String], TrieMap[String, FieldMetrics]], fieldData: TrieMap[String, TrieMap[String, FieldMetrics]], startNanos: Long, collectFieldData: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryMetrics
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryMetrics(pathData: TrieMap[Vector[String], TrieMap[String, FieldMetrics]], fieldData: TrieMap[String, TrieMap[String, FieldMetrics]], startNanos: Long, collectFieldData: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addComments(existing: Vector[Comment], added: Vector[Comment]): Vector[Comment]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val collectFieldData: Boolean
- def enrichQuery[In](schema: Schema[_, _], query: Document, operationName: Option[String], variables: In, durationNanos: Long, validationNanos: Long, queryReducerNanos: Long)(implicit arg0: InputUnmarshaller[In], renderer: MetricRenderer): Document
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extension(enrichedQuery: Document, durationNanos: Long, validationNanos: Long, queryReducerNanos: Long)(implicit renderer: MetricRenderer): Extension[Value]
- val fieldData: TrieMap[String, TrieMap[String, FieldMetrics]]
- def findVariableNames(node: AstNode): Vector[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pathData: TrieMap[Vector[String], TrieMap[String, FieldMetrics]]
- val startNanos: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toComments(s: String): Vector[Comment]
- def update(path: Vector[String], typeName: String, fieldName: String, success: Boolean, startNanos: Long, endNanos: Long): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated