sealed abstract case class MeasureLong extends Measure with Product with Serializable
<invalid inheritdoc annotation>
- Alphabetic
- By Inheritance
- MeasureLong
- Serializable
- Serializable
- Product
- Equals
- Measure
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
JavaM = stats.Measure.MeasureLong
The type of the underlying java measure
The type of the underlying java measure
- Definition Classes
- MeasureLong → Measure
-
type
Value = Long
The type of the value
The type of the value
- Definition Classes
- MeasureLong → Measure
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
description: String
A description of the measure which is used in documentation.
A description of the measure which is used in documentation.
- Definition Classes
- MeasureLong → Measure
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
javaMeasure: stats.Measure.MeasureLong
The underlying measure of the java library.
The underlying measure of the java library.
- Definition Classes
- MeasureLong → Measure
-
val
name: String
The measures name.
The measures name. Should be a ASCII string with a length no greater than 255 characters.
- Definition Classes
- MeasureLong → Measure
-
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
-
val
unit: String
The units in which Measure values are measured.
The units in which Measure values are measured.
The suggested grammar for a unit is as follows:
- Expression = Component { "." Component } {"/" Component };
- Component = [ PREFIX ] UNIT [ Annotation ] | Annotation | "1";
- Annotation = "{" NAME "}" ;
For example, string “MBy{transmitted}/ms” stands for megabytes per milliseconds, and the annotation transmitted inside {} is just a comment of the unit.
- Definition Classes
- MeasureLong → Measure
-
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
- @native() @throws( ... )