Packages

p

wvlet.airframe

metrics

package metrics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. metrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Count(value: Long, unit: CountUnit) extends Comparable[Count] with Product with Serializable

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

  2. case class DataSize(value: Double, unit: DataSizeUnit) extends Comparable[DataSize] with Product with Serializable

    A human-readable data size representation.

    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.

  3. case class ElapsedTime(value: Double, unit: TimeUnit) extends Comparable[ElapsedTime] with Product with Serializable

    Scala version of io.airlift.unit.Duration

  4. case class TimeVector(x: Long, offset: Long, unit: TimeWindowUnit) extends Product with Serializable
  5. case class TimeWindow(start: ZonedDateTime, end: ZonedDateTime) extends Product with Serializable

    TimeWindow of [statrt, end) range.

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

  6. class TimeWindowBuilder extends LogSupport
  7. sealed abstract class TimeWindowUnit extends AnyRef

Value Members

  1. val UTC: ZoneOffset
  2. val systemTimeZone: ZoneOffset
  3. object Count extends Serializable
  4. object DataSize extends Serializable
  5. object DataSizeUnit
  6. object ElapsedTime extends Serializable
  7. object TimeParser extends LogSupport

    Time string to ZonedDateTime converter

  8. object TimeStampFormatter

  9. object TimeVector extends Serializable
  10. object TimeWindow extends LogSupport
  11. object TimeWindowUnit

Inherited from AnyRef

Inherited from Any

Ungrouped