C# Class Akka.Cluster.StandardMetrics.SystemMemory

Mostra file Open project: rogeralsing/akka.net

Public Methods

Method 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 method

public static ExtractSystemMemory ( NodeMetrics nodeMetrics ) : SystemMemory
nodeMetrics NodeMetrics
return SystemMemory

SystemMemory() public method

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
return System