final class Latency extends AbstractLatency
- Annotations
- @SuppressWarnings() @Generated()
- Source
- Latency.java
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Latency
- AbstractLatency
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Latency, B)
-
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( ... ) @native()
- def ensuring(cond: (Latency) ⇒ Boolean, msg: ⇒ Any): Latency
- def ensuring(cond: (Latency) ⇒ Boolean): Latency
- def ensuring(cond: Boolean, msg: ⇒ Any): Latency
- def ensuring(cond: Boolean): Latency
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(another: Any): Boolean
- Definition Classes
- Latency → AnyRef → Any
- Annotations
- @Override()
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getMax(): Long
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
getMean(): Double
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
getMedian(): Double
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
getMin(): Long
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
getPercentile98th(): Double
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
getPercentile999th(): Double
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
getPercentile99th(): Double
- Definition Classes
- Latency → AbstractLatency
- Annotations
- @JsonProperty() @Override()
-
def
hashCode(): Int
- Definition Classes
- Latency → AnyRef → Any
- Annotations
- @Override()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Latency → AnyRef → Any
- Annotations
- @Override()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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 withMax(value: Long): Latency
- final def withMean(value: Double): Latency
- final def withMedian(value: Double): Latency
- final def withMin(value: Long): Latency
- final def withPercentile98th(value: Double): Latency
- final def withPercentile999th(value: Double): Latency
- final def withPercentile99th(value: Double): Latency
- def →[B](y: B): (Latency, B)