Object

performanceanalysis.server.messages

LogMessages

Related Doc: package messages

Permalink

object LogMessages

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

Type Members

  1. case class ComponentLogLines(logLines: List[String]) extends Product with Serializable

    Permalink

    Used by LogParserActor towards AdministratorActor to return its log lines

  2. case class Details(metrics: List[Metric]) extends Product with Serializable

    Permalink

    Used by LogParserActor towards AdministratorActor to return its details

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

    Permalink

    Used by the Administrator to request all posted logLines for a component

  4. case class GetParsedLogLines(componentId: String, metricKey: String) extends Product with Serializable

    Permalink

    Used by the Administrator to request parsed logLines for a component and metricKey

  5. case class Log(logLines: String) extends Product with Serializable

    Permalink

    Used by LogReceiver towards

  6. case class Metric(metricKey: String, regex: String, valueType: ValueType = ValueType(classOf[String])) extends Product with Serializable

    Permalink

    Used to register a metric in the LogParserActor

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

    Permalink

    Used by LogParserActor to indicated that requested metrics is not registered.

  8. case class MetricRegistered(metric: Metric) extends Product with Serializable

    Permalink

    Used by LogParserActor to signal a metric was registered

  9. case class RegisterMetric(componentId: String, metric: Metric) extends Product with Serializable

    Permalink

    Used to register a metric in the AdministratorParserActor

  10. case class RegisterNewLogParser(componentId: String, actor: ActorRef, dateFormat: Option[String]) extends Product with Serializable

    Permalink

    Used by Administrator towards LogReceiver to notify it of a new LogReceiver actor

  11. case class RequestParsedLogLines(metricKey: String) extends Product with Serializable

    Permalink

    Used by AdministratorActor towards LogParserActor to request its parsed log lines

  12. case class SubmitLog(componentId: String, logLine: String) extends Product with Serializable

    Permalink
  13. case class SubmitLogs(componentId: String, logLines: String) extends Product with Serializable

    Permalink

    Used by LogReceiverActor towards LogReceiver to request processing of single log of a component

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 LogsSubmitted extends Product with Serializable

    Permalink

    Used by LogReceiverActor to signal log submitted

  5. object RequestComponentLogLines extends Product with Serializable

    Permalink

    Used by AdministratorActor towards LogParserActor to request its log lines

  6. object RequestDetails extends Product with Serializable

    Permalink

    Used by AdministratorActor towards LogParserActor to request its details

  7. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped