Class MixMetricsSelectorBase
Base class for IMetricsSelector that combines other selectors and aggregates their capacity.
Inheritance
MixMetricsSelectorBase
Assembly: Akka.Cluster.Metrics.dll
Syntax
public abstract class MixMetricsSelectorBase : CapacityMetricsSelector, IMetricsSelector
Constructors
|
Edit this page
View Source
MixMetricsSelectorBase(ImmutableArray<CapacityMetricsSelector>)
Declaration
protected MixMetricsSelectorBase(ImmutableArray<CapacityMetricsSelector> selectors)
Parameters
Properties
|
Edit this page
View Source
Selectors
Declaration
public ImmutableArray<CapacityMetricsSelector> Selectors { get; }
Property Value
Methods
|
Edit this page
View Source
Capacity(IImmutableSet<NodeMetrics>)
Remaining capacity for each node. The value is between 0.0 and 1.0, where 0.0 means no remaining capacity
(full utilization) and 1.0 means full remaining capacity (zero utilization).
Declaration
public override IImmutableDictionary<Address, double> Capacity(IImmutableSet<NodeMetrics> nodeMetrics)
Parameters
Returns
Overrides
Implements
Extension Methods