C# Class Akka.Cluster.StandardMetrics.SystemMemory

Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ExtractSystemMemory ( NodeMetrics nodeMetrics ) : SystemMemory
SystemMemory ( Akka.Actor.Address address, long timestamp, long used, long available, long max = null ) : System

Method Details

ExtractSystemMemory() public static méthode

public static ExtractSystemMemory ( NodeMetrics nodeMetrics ) : SystemMemory
nodeMetrics NodeMetrics
Résultat SystemMemory

SystemMemory() public méthode

public SystemMemory ( Akka.Actor.Address address, long timestamp, long used, long available, long max = null ) : System
address Akka.Actor.Address
timestamp long
used long
available long
max long
Résultat System