C# Class Akka.Cluster.NodeMetrics

The snapshot of current sampled health metrics for any monitored process. Collected and gossiped at regular intervals for dynamic cluster management strategies. Equality of NodeMetrics is based on its Address.
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( Akka.Actor.Address address = null, long timestamp = null, ImmutableHashSet metrics = null ) : NodeMetrics
Equals ( object obj ) : bool
GetHashCode ( ) : int
Merge ( NodeMetrics that ) : NodeMetrics

Returns the most recent data

Metric ( string key ) : Metric

Return the metric that matches key. Returns null if not found.

NodeMetrics ( Akka.Actor.Address address, long timestamp ) : System
NodeMetrics ( Akka.Actor.Address address, long timestamp, ImmutableHashSet metrics ) : System

Méthodes protégées

Méthode Description
Equals ( NodeMetrics other ) : bool

Method Details

Copy() public méthode

public Copy ( Akka.Actor.Address address = null, long timestamp = null, ImmutableHashSet metrics = null ) : NodeMetrics
address Akka.Actor.Address
timestamp long
metrics ImmutableHashSet
Résultat NodeMetrics

Equals() protected méthode

protected Equals ( NodeMetrics other ) : bool
other NodeMetrics
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Merge() public méthode

Returns the most recent data
public Merge ( NodeMetrics that ) : NodeMetrics
that NodeMetrics
Résultat NodeMetrics

Metric() public méthode

Return the metric that matches key. Returns null if not found.
public Metric ( string key ) : Metric
key string
Résultat Metric

NodeMetrics() public méthode

public NodeMetrics ( Akka.Actor.Address address, long timestamp ) : System
address Akka.Actor.Address
timestamp long
Résultat System

NodeMetrics() public méthode

public NodeMetrics ( Akka.Actor.Address address, long timestamp, ImmutableHashSet metrics ) : System
address Akka.Actor.Address
timestamp long
metrics ImmutableHashSet
Résultat System