Packages

case class Context(environment: Environment, join: String = null, groupBy: String = null, stagingQuery: String = null, production: Boolean = false, accuracy: Accuracy = null, team: String = null, joinPartPrefix: String = null, suffix: String = null) extends Serializable with Product

Linear Supertypes
Product, Equals, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Context
  2. Product
  3. Equals
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Context(environment: Environment, join: String = null, groupBy: String = null, stagingQuery: String = null, production: Boolean = false, accuracy: Accuracy = null, team: String = null, joinPartPrefix: String = null, suffix: String = null)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accuracy: Accuracy
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildTag(key: String, value: String): String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def count(metric: String, value: Long): Unit
  9. def distribution(metric: String, value: Long): Unit
  10. val environment: Environment
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def gauge(metric: String, value: Long): Unit
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val groupBy: String
  16. def increment(metric: String): Unit
  17. def incrementException(exception: Throwable): Unit
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val join: String
  20. val joinPartPrefix: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. val production: Boolean
  26. val stagingQuery: String
  27. val suffix: String
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val team: String
  30. def toTags: Array[String]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. def withSuffix(suffixN: String): Context

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped