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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Context
- Product
- Equals
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accuracy: Accuracy
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildTag(key: String, value: String): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def count(metric: String, value: Long): Unit
- val environment: Environment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def gauge(metric: String, value: Long): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groupBy: String
- def histogram(metric: String, value: Long): Unit
- def histogram(metric: String, value: Double): Unit
- def increment(metric: String): Unit
- def incrementException(exception: Throwable): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val join: String
- lazy val joinNames: Array[String]
- val joinPartPrefix: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val production: Boolean
- val stagingQuery: String
- val suffix: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val team: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withSuffix(suffixN: String): Context