C# 클래스 Akka.Cluster.Metric

Metrics key/value Equality of metric based on its name
상속: MetricNumericConverter
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string name, double value, double decayFactor = null ) : Metric

Creates a new Metric instance if value is valid, otherwise returns null. Invalid numeric values are negative and NaN/Infinite.

CreateEWMA ( double value, double decayFactor = null ) : EWMA
Equals ( object obj ) : bool
GetHashCode ( ) : int
Metric ( string name, double value, EWMA average = null ) : System
operator ( ) : Metric

비공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

Creates a new Metric instance if value is valid, otherwise returns null. Invalid numeric values are negative and NaN/Infinite.
public static Create ( string name, double value, double decayFactor = null ) : Metric
name string
value double
decayFactor double
리턴 Metric

CreateEWMA() 공개 정적인 메소드

public static CreateEWMA ( double value, double decayFactor = null ) : EWMA
value double
decayFactor double
리턴 EWMA

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Metric() 공개 메소드

public Metric ( string name, double value, EWMA average = null ) : System
name string
value double
average EWMA
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Metric
리턴 Metric