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. val environment: Environment
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def gauge(metric: String, value: Long): Unit
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val groupBy: String
  15. def histogram(metric: String, value: Long): Unit
  16. def histogram(metric: String, value: Double): Unit
  17. def increment(metric: String): Unit
  18. def incrementException(exception: Throwable): Unit
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val join: String
  21. lazy val joinNames: Array[String]
  22. val joinPartPrefix: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val production: Boolean
  28. val stagingQuery: String
  29. val suffix: String
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val team: String
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. def withSuffix(suffixN: String): Context

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped