C# 클래스 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.
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Equals ( NodeMetrics other ) : bool

메소드 상세

Copy() 공개 메소드

public Copy ( Akka.Actor.Address address = null, long timestamp = null, ImmutableHashSet metrics = null ) : NodeMetrics
address Akka.Actor.Address
timestamp long
metrics ImmutableHashSet
리턴 NodeMetrics

Equals() 보호된 메소드

protected Equals ( NodeMetrics other ) : bool
other NodeMetrics
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Merge() 공개 메소드

Returns the most recent data
public Merge ( NodeMetrics that ) : NodeMetrics
that NodeMetrics
리턴 NodeMetrics

Metric() 공개 메소드

Return the metric that matches key. Returns null if not found.
public Metric ( string key ) : Metric
key string
리턴 Metric

NodeMetrics() 공개 메소드

public NodeMetrics ( Akka.Actor.Address address, long timestamp ) : System
address Akka.Actor.Address
timestamp long
리턴 System

NodeMetrics() 공개 메소드

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