org.powerapi.core

MonitorChannel

Related Doc: package core

object MonitorChannel extends Channel

Monitor channel and messages.

Linear Supertypes
Channel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MonitorChannel
  2. Channel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type M = MonitorMessage

    Definition Classes
    MonitorChannelChannel
  2. case class MonitorAggFunction(topic: String, muid: UUID, aggFunction: (Seq[Power]) ⇒ Power) extends MonitorMessage with Product with Serializable

    MonitorAggFunction is represented as a dedicated type of message.

  3. trait MonitorMessage extends Message

  4. case class MonitorStart(topic: String, muid: UUID, frequency: FiniteDuration, targets: List[Target]) extends MonitorMessage with Product with Serializable

    MonitorStart is represented as a dedicated type of message.

  5. case class MonitorStop(topic: String, muid: UUID) extends MonitorMessage with Product with Serializable

    MonitorStop is represented as a dedicated type of message.

  6. case class MonitorStopAll(topic: String) extends MonitorMessage with Product with Serializable

    MonitorStopAll is represented as a dedicated type of message.

  7. case class MonitorTick(topic: String, muid: UUID, target: Target, tick: ClockTick) extends MonitorMessage with Product with Serializable

    MonitorTick is represented as a dedicated type of message.

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. object GetMonitoredProcesses

    Dedicated type of message to get the processes which are monitored by a power meter.

  5. object MonitorStarted

    Acknowledgement message.

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def formatMonitorChildName(muid: UUID): String

    Use to format the MonitorChild name.

  12. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  18. def publish(message: M)(bus: EventBus): Unit

    Attributes
    protected
    Definition Classes
    Channel
  19. def publishMonitorTick(muid: UUID, target: Target, tick: ClockTick): (MessageBus) ⇒ Unit

    Internal methods used by the MonitorChild actors for interacting with the bus.

  20. def setAggFunction(muid: UUID, aggFunction: (Seq[Power]) ⇒ Power): (MessageBus) ⇒ Unit

  21. def startMonitor(muid: UUID, frequency: FiniteDuration, targets: List[Target]): (MessageBus) ⇒ Unit

    External Methods used by the API (or a Monitor object) for interacting with the bus.

  22. def stopAllMonitor: (MessageBus) ⇒ Unit

  23. def stopMonitor(muid: UUID): (MessageBus) ⇒ Unit

  24. def subscribe(topic: String)(bus: EventBus)(subscriber: ActorRef): Unit

    Attributes
    protected
    Definition Classes
    Channel
  25. def subscribeMonitorTick: (MessageBus) ⇒ (ActorRef) ⇒ Unit

    External methods used by the Sensor actors for interacting with the bus.

  26. def subscribeMonitorsChannel: (MessageBus) ⇒ (ActorRef) ⇒ Unit

    Internal methods used by the Monitors actor for interacting with the bus.

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def unsubscribe(topic: String)(bus: EventBus)(subscriber: ActorRef): Unit

    Attributes
    protected
    Definition Classes
    Channel
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Channel

Inherited from AnyRef

Inherited from Any

Ungrouped