Package com.biglybt.core.util.jman
Class AEMemoryMonitor
- java.lang.Object
-
- com.biglybt.core.util.jman.AEMemoryMonitor
-
- All Implemented Interfaces:
AEJavaManagement.MemoryStuff
public class AEMemoryMonitor extends java.lang.Object implements AEJavaManagement.MemoryStuff
-
-
Field Summary
Fields Modifier and Type Field Description private static long
max_heap_mb
private static long
MB
private static AEMemoryMonitor
singleton
-
Constructor Summary
Constructors Constructor Description AEMemoryMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getMaxHeapMB()
-
-
-
Field Detail
-
singleton
private static AEMemoryMonitor singleton
-
MB
private static final long MB
- See Also:
- Constant Field Values
-
max_heap_mb
private static long max_heap_mb
-
-
Method Detail
-
getMaxHeapMB
public long getMaxHeapMB()
- Specified by:
getMaxHeapMB
in interfaceAEJavaManagement.MemoryStuff
-
-