Class ClusterMetricsChanged
Current snapshot of cluster node metrics.
Implements
Inherited Members
Namespace: Akka.Cluster.Metrics.Events
Assembly: Akka.Cluster.Metrics.dll
Syntax
public sealed class ClusterMetricsChanged : IClusterMetricsEvent
Constructors
| Improve this Doc View SourceClusterMetricsChanged(IImmutableSet<NodeMetrics>)
Declaration
public ClusterMetricsChanged(IImmutableSet<NodeMetrics> nodeMetrics)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.IImmutableSet<NodeMetrics> | nodeMetrics |
Properties
| Improve this Doc View SourceNodeMetrics
Current snapshot of cluster node metrics.
Declaration
public IImmutableSet<NodeMetrics> NodeMetrics { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.IImmutableSet<NodeMetrics> |