public interface MemoryPoolStatus
MemoryPoolMXBean| Modifier and Type | Method and Description |
|---|---|
MemoryUsageStatus |
getMemoryUsageStatus()
Retrieves the memory usage status.
|
String |
getName()
Retrieves the name of this memory pool.
|
com.codahale.metrics.Gauge<Long> |
getUsedAfterGcInBytesGauge()
Retrieves the amount of used memory in bytes after the most recent garbage collection.
|
String getName()
MemoryUsageStatus getMemoryUsageStatus()
com.codahale.metrics.Gauge<Long> getUsedAfterGcInBytesGauge()
MemoryPoolMXBean.getCollectionUsage()Copyright © 2016–2018. All rights reserved.