wvlet.airframe.metrics

Attributes

Members list

Concise view

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[Count]
class Object
trait Matchable
class Any
object Count

Attributes

Companion:
class
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[DataSize]
class Object
trait Matchable
class Any
object DataSize

Attributes

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

Attributes

Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[ElapsedTime]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object TimeParser extends LogSupport

Time string to ZonedDateTime converter

Time string to ZonedDateTime converter

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class TimeVector(x: Long, offset: Long, unit: TimeWindowUnit)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TimeVector

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TimeWindow(start: ZonedDateTime, end: ZonedDateTime)

TimeWindow of [statrt, end) range. The end-side is open. start <= time < end

TimeWindow of [statrt, end) range. The end-side is open. start <= time < end

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TimeWindow extends LogSupport

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Self type
class TimeWindowBuilder(val zone: ZoneOffset, currentTime: Option[ZonedDateTime]) extends LogSupport

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
sealed abstract class TimeWindowUnit(val symbol: String, val secondsInUnit: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Day.type
object Hour.type
object Minute.type
object Month.type
object Quarter.type
object Second.type
object Week.type
object Year.type

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

val UTC: ZoneOffset
val systemTimeZone: ZoneOffset