Class HeapMemory
- java.lang.Object
-
- io.tech1.framework.domain.hardware.memories.HeapMemory
-
public class HeapMemory extends Object
-
-
Constructor Summary
Constructors Constructor Description HeapMemory(long initial, long used, long max, long committed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ByteSizegetCommitted()ByteSizegetInitial()ByteSizegetMax()ByteSizegetUsed()inthashCode()StringtoString()static HeapMemoryzeroUsage()
-