wvlet.airframe.metrics

Members list

Type members

Classlikes

case class Count(value: Long, unit: CountUnit) extends Comparable[Count]

A human-readable integer (non-decimal number) representation.

A human-readable integer (non-decimal number) representation.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[Count]
class Object
trait Matchable
class Any
Show all
object Count

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Count.type
case class DataSize(value: Double, unit: DataSizeUnit) extends Comparable[DataSize]

A human-readable data size representation. This is a re-implementation of https://github.com/airlift/units/blob/master/src/main/java/io/airlift/units/DataSize.java for Scala.

A human-readable data size representation. This is a re-implementation of https://github.com/airlift/units/blob/master/src/main/java/io/airlift/units/DataSize.java for Scala.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[DataSize]
class Object
trait Matchable
class Any
Show all
object DataSize

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DataSize.type
object DataSizeUnit

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class ElapsedTime(value: Double, unit: TimeUnit) extends Comparable[ElapsedTime]

Scala version of io.airlift.unit.Duration

Scala version of io.airlift.unit.Duration

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[ElapsedTime]
class Object
trait Matchable
class Any
Show all
object ElapsedTime

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type