Class BufferPoolInfo
Inheritance
BufferPoolInfo
Assembly: Akka.dll
Syntax
public class BufferPoolInfo
Constructors
|
Improve this Doc
View Source
BufferPoolInfo(Type, Int64, Int64, Int64)
Declaration
public BufferPoolInfo(Type type, long totalSize, long free, long used)
Parameters
Properties
|
Improve this Doc
View Source
Free
Declaration
public long Free { get; }
Property Value
|
Improve this Doc
View Source
TotalSize
Declaration
public long TotalSize { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public Type Type { get; }
Property Value
|
Improve this Doc
View Source
Used
Declaration
public long Used { get; }
Property Value
Extension Methods