All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.criteo.slab.lib.Values.scala Maven / Gradle / Ivy

There is a newer version: 0.4.14
Show newest version
package com.criteo.slab.lib

/**
  * Predefined value types that work with a Graphite store
  */
object Values {

  /**
    * A value representing a version number
    *
    * @param underlying The version
    */
  case class Version(val underlying: Double) extends AnyVal

  /**
    * A value representing a latency
    *
    * @param underlying The latency value
    */
  case class Latency(val underlying: Long) extends AnyVal
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy