C# 클래스 Akka.Cluster.StandardMetrics.Cpu

파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
Cpu ( Akka.Actor.Address address, long timestamp, int cores, double systemLoadAverage = null, double cpuCombined = null ) : System
ExtractCpu ( NodeMetrics nodeMetrics ) : Cpu

Given a NodeMetrics it returns the Cpu data of the nodeMetrics contains the necessary cpu metrics.

메소드 상세

Cpu() 공개 메소드

public Cpu ( Akka.Actor.Address address, long timestamp, int cores, double systemLoadAverage = null, double cpuCombined = null ) : System
address Akka.Actor.Address
timestamp long
cores int
systemLoadAverage double
cpuCombined double
리턴 System

ExtractCpu() 공개 정적인 메소드

Given a NodeMetrics it returns the Cpu data of the nodeMetrics contains the necessary cpu metrics.
public static ExtractCpu ( NodeMetrics nodeMetrics ) : Cpu
nodeMetrics NodeMetrics
리턴 Cpu