C# 클래스 Akka.Cluster.MetricsGossip

INTERNAL API
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty MetricsGossip

공개 메소드들

메소드 설명
Copy ( ImmutableHashSet nodes = null ) : MetricsGossip
Equals ( object obj ) : bool
Filter ( ImmutableHashSet
includeNodes ) : MetricsGossip

Only the nodes that are in the includeNodes set.

GetHashCode ( ) : int
Merge ( MetricsGossip otherGossip ) : MetricsGossip

Adds new remote NodeMetrics and merges existing from a remote gossip.

MetricsGossip ( ImmutableHashSet nodes ) : System
NodeMetricsFor ( Akka.Actor.Address address ) : NodeMetrics

Returns NodeMetrics for a node if exists.

Remove ( Akka.Actor.Address node ) : MetricsGossip

Remove nodes if their correlating node ring members are not MemberStatus.Up

operator ( ) : MetricsGossip

Adds new local NodeMetrics or merges an existing one.

비공개 메소드들

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

메소드 상세

Copy() 공개 메소드

public Copy ( ImmutableHashSet nodes = null ) : MetricsGossip
nodes ImmutableHashSet
리턴 MetricsGossip

Equals() 공개 메소드

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

Filter() 공개 메소드

Only the nodes that are in the includeNodes set.
public Filter ( ImmutableHashSet
includeNodes ) : MetricsGossip
includeNodes ImmutableHashSet
리턴 MetricsGossip

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Merge() 공개 메소드

Adds new remote NodeMetrics and merges existing from a remote gossip.
public Merge ( MetricsGossip otherGossip ) : MetricsGossip
otherGossip MetricsGossip
리턴 MetricsGossip

MetricsGossip() 공개 메소드

public MetricsGossip ( ImmutableHashSet nodes ) : System
nodes ImmutableHashSet
리턴 System

NodeMetricsFor() 공개 메소드

Returns NodeMetrics for a node if exists.
public NodeMetricsFor ( Akka.Actor.Address address ) : NodeMetrics
address Akka.Actor.Address
리턴 NodeMetrics

Remove() 공개 메소드

Remove nodes if their correlating node ring members are not MemberStatus.Up
public Remove ( Akka.Actor.Address node ) : MetricsGossip
node Akka.Actor.Address
리턴 MetricsGossip

operator() 공개 정적인 메소드

Adds new local NodeMetrics or merges an existing one.
public static operator ( ) : MetricsGossip
리턴 MetricsGossip

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static MetricsGossip,Akka.Cluster Empty
리턴 MetricsGossip