interface IMediatorJoinCoefficientsFixedArgs {
    bus: Bus<
        ActorRdfJoin<IActorRdfJoinTestSideData>,
        IActionRdfJoin,
        IMediatorTypeJoinCoefficients,
        IQueryOperationResult,
        IActorRdfJoinTestSideData,
    >;
    cpuWeight: number;
    ioWeight: number;
    memoryWeight: number;
    name: string;
    timeWeight: number;
}

Hierarchy (View Summary)

Properties

The bus this mediator will mediate over.

cpuWeight: number

Weight for the CPU cost

ioWeight: number

Weight for the I/O cost

memoryWeight: number

Weight for the memory cost

name: string

The name for this mediator.

{<rdf:subject>}
timeWeight: number

Weight for the execution time cost