Packages

t

scalograf.syntax

AlertSyntax

trait AlertSyntax extends AnyRef

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

Type Members

  1. case class And(left: Condition, right: Condition) extends Condition with Product with Serializable
  2. case class Complete(reducerType: ReducerType, label: String, range: TimeRange, evaluator: Evaluator) extends Condition with Product with Serializable
  3. sealed trait Condition extends AnyRef
  4. case class Or(left: Condition, right: Condition) extends Condition with Product with Serializable
  5. case class RL(reducerType: ReducerType, label: String) extends Product with Serializable
  6. case class RLR(reducerType: ReducerType, label: String, range: TimeRange) extends Product with Serializable
  7. case class RLW(reducerType: ReducerType, label: String, window: FiniteDuration) extends Product with Serializable
  8. implicit class RichList[A] extends AnyRef
  9. case class TimeRange(from: Time, window: FiniteDuration) extends Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avg(label: String): RL
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. implicit def condition2model(condition: Condition): List[QueryCondition]
  8. def count(label: String): RL
  9. def countNotNull(label: String): RL
  10. def diff(label: String): RL
  11. def diffAbs(label: String): RL
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def last(label: String): RL
  19. def max(label: String): RL
  20. def median(label: String): RL
  21. def min(label: String): RL
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def percentDiff(label: String): RL
  26. def percentDiffAbs(label: String): RL
  27. def renderQuery(condition: Condition): List[QueryCondition]
  28. def sum(label: String): RL
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  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()

Inherited from AnyRef

Inherited from Any

Ungrouped