org.powerapi.reporter

RestReporter

Related Doc: package reporter

class RestReporter extends RestReporterConfiguration with APIComponent

Display power information via a REST interface

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RestReporter
  2. APIComponent
  3. ActorComponent
  4. ActorLogging
  5. Actor
  6. RestReporterConfiguration
  7. Configuration
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RestReporter(pm: PowerMeter, system: ActorSystem)

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

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. def actorRefFactory: ActorContext

  5. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  6. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  7. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  8. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val configurationPath: String

    Definition Classes
    Configuration
  13. implicit val context: ActorContext

    Definition Classes
    Actor
  14. lazy val dbAddress: String

    Database IP address.

    Database IP address.

    Definition Classes
    RestReporterConfiguration
  15. def default: akka.actor.Actor.Receive

    Default behavior when a received message is unknown.

    Default behavior when a received message is unknown.

    Definition Classes
    ActorComponent
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  18. implicit def executionContext: ExecutionContextExecutor

  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. def getTargetList: Unit

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. lazy val hostAddress: String

    Host IP address used for HTTP server and for identifying a PowerAPI instance on distributed context.

    Host IP address used for HTTP server and for identifying a PowerAPI instance on distributed context.

    Definition Classes
    RestReporterConfiguration
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def load[T](request: (Config) ⇒ T): ConfigResult[T]

    Method to load a value from a configuration file.

    Method to load a value from a configuration file.

    Attributes
    protected
    Definition Classes
    Configuration
  26. def log: LoggingAdapter

    Definition Classes
    ActorLogging
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def postStop(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def preStart(): Unit

    Definition Classes
    RestReporter → Actor
  34. def receive: PartialFunction[Any, Unit]

    Definition Classes
    RestReporter → Actor
  35. def report(aggPowerReport: AggregatePowerReport): Unit

  36. implicit final val self: ActorRef

    Definition Classes
    Actor
  37. final def sender(): ActorRef

    Definition Classes
    Actor
  38. def start(msg: StartProcessMonitoring): Unit

  39. def stop(msg: StopProcessMonitoring): Unit

  40. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. lazy val targetInfo: HashMap[Set[Target], Option[UUID]]

  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from APIComponent

Inherited from ActorComponent

Inherited from ActorLogging

Inherited from Actor

Inherited from RestReporterConfiguration

Inherited from Configuration

Inherited from AnyRef

Inherited from Any

Ungrouped