Object

performanceanalysis.server.messages

AlertMessages

Related Doc: package messages

Permalink

object AlertMessages

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AlertMessages
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class AlertRuleCreated(componentId: String, metricKey: String, rule: AlertRule) extends Product with Serializable

    Permalink

    Used by AdministratorActor towards Administrator to indicate that the given rule was successfully created.

  2. case class AlertRuleViolated(endpoint: String, message: String) extends Product with Serializable

    Permalink

    Used to notify the AlertActionActor about the fact an alerting rule was violated

  3. case class AlertRulesDeleted(componentId: String) extends Product with Serializable

    Permalink

    Used by AdministratorActor towards Administrator to indicate that the rules were successfully deleted.

  4. case class AllAlertRuleDetails(alertRules: Set[AlertRule]) extends Product with Serializable

    Permalink

    Used by GetAlertsActor to send the collected AlertRules to AdministratorActor

  5. case class CheckRuleBreak(value: Any) extends Product with Serializable

    Permalink

    Used by LogParserActor to trigger an alert action check.

    Used by LogParserActor to trigger an alert action check. Message handled by AlertRuleActor.

  6. case class DeleteAllAlertingRules(componentId: String, metricKey: String) extends Product with Serializable

    Permalink

    Used by the Administrator towards AdministratorActor to delete all alerting rules

  7. case class GetAlertRules(componentId: String, metricKey: String) extends Product with Serializable

    Permalink

    Used by Administrator towards AdministratorActor to request AlertRules of a metric of a component

  8. case class NoAlertsFound(componentId: String, metricKey: String) extends Product with Serializable

    Permalink

    Used by LogParserActor to indicate to AdministratorActor that no Alerts are registered for this metric

  9. case class RegisterAlertRule(componentId: String, metricKey: String, rule: AlertRule) extends Product with Serializable

    Permalink

    Used by the Administrator towards AdministratorActor to add a new alerting rule.

  10. case class RequestAlertRules(metricKey: String) extends Product with Serializable

    Permalink

    Used by AdministratorActor to request AlertRules of a component

  11. case class SingleAlertRuleDetails(alertRule: AlertRule) extends Product with Serializable

    Permalink

    Used by AlertRuleActor to send its details to GetAlertsActor

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object RequestAlertRuleDetails extends Product with Serializable

    Permalink

    Used by GetAlertsActor to request details from AlertRuleActor

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped