-
public final class MemoryUtils.HeapInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final LongmaxHeapSizeprivate final LongavailableHeapSize
-
Constructor Summary
Constructors Constructor Description MemoryUtils.HeapInfo(Long maxHeapSize, Long availableHeapSize)
-
Method Summary
Modifier and Type Method Description final LonggetMaxHeapSize()final LonggetAvailableHeapSize()-
-
Method Detail
-
getMaxHeapSize
final Long getMaxHeapSize()
-
getAvailableHeapSize
final Long getAvailableHeapSize()
-
-
-
-