A mediator that mediates over actors implementing the Join Coefficients mediator type and assigns fixed weights to calculate an overall score and pick the actor with the lowest score.

Hierarchy (View Summary)

Constructors

Properties

The bus this mediator will mediate over.

cpuWeight: number
ioWeight: number
memoryWeight: number
name: string

The name for this mediator.

{<rdf:subject>}
timeWeight: number

Methods

  • Protected

    Construct a human-friendly failure message that accumulates the given actors's failure messages.

    Parameters

    • action: IActionRdfJoin

      The action that was executed.

    • actorFailures: string[]

      The failure messages that were collected from actor tests based on the given executed action.

    Returns string