Packages

package syntax

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

Type Members

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

Value Members

  1. def avg(label: String): RL
    Definition Classes
    AlertSyntax
  2. implicit def condition2model(condition: Condition): List[QueryCondition]
    Definition Classes
    AlertSyntax
  3. def count(label: String): RL
    Definition Classes
    AlertSyntax
  4. def countNotNull(label: String): RL
    Definition Classes
    AlertSyntax
  5. def diff(label: String): RL
    Definition Classes
    AlertSyntax
  6. def diffAbs(label: String): RL
    Definition Classes
    AlertSyntax
  7. def last(label: String): RL
    Definition Classes
    AlertSyntax
  8. def max(label: String): RL
    Definition Classes
    AlertSyntax
  9. def median(label: String): RL
    Definition Classes
    AlertSyntax
  10. def min(label: String): RL
    Definition Classes
    AlertSyntax
  11. def percentDiff(label: String): RL
    Definition Classes
    AlertSyntax
  12. def percentDiffAbs(label: String): RL
    Definition Classes
    AlertSyntax
  13. def renderQuery(condition: Condition): List[QueryCondition]
    Definition Classes
    AlertSyntax
  14. def sum(label: String): RL
    Definition Classes
    AlertSyntax

Inherited from AlertSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped