final case class LatencyMetric(totalNanos: LatencyNanos, numberObservations: Int, maxLatency: MaxLatency) extends Metric[LatencyNanos] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LatencyMetric
- Serializable
- Product
- Equals
- Metric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LatencyMetric(totalNanos: LatencyNanos, numberObservations: Int, maxLatency: MaxLatency)
Type Members
- type Objective = MaxLatency
- Definition Classes
- LatencyMetric → Metric
- type V = Value
- Definition Classes
- LatencyMetric → Metric
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalValue(totalDuration: Duration): Value
- Definition Classes
- LatencyMetric → Metric
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxLatency: MaxLatency
- def name: String
- Definition Classes
- Metric
- 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 numberObservations: Int
- def onNext(value: LatencyNanos): Metric[LatencyNanos]
- returns
an updated version of itself
- Definition Classes
- LatencyMetric → Metric
- def periodicValue(periodDuration: Duration): (Metric[LatencyNanos], Value)
- returns
an updated version of itself and the value observed in this period NOTE: Durations of subsequent periods are not guaranteed to be exactly the same.
- Definition Classes
- LatencyMetric → Metric
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val totalNanos: LatencyNanos
- def violatedFinalObjectives(totalDuration: Duration): List[(MaxLatency, Value)]
- returns
a list of objective violations, where each element is a pair of a violated objective and the final value that violates it.
- Definition Classes
- LatencyMetric → Metric
- def violatedPeriodicObjectives: List[(Objective, V)]
- returns
a list of objective violations, where each element is a pair of a violated objective and the periodic value that violates it the most.
- Definition Classes
- Metric
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])