public interface GarbageCollectorStatus
GarbageCollectorMXBean| Modifier and Type | Method and Description |
|---|---|
com.codahale.metrics.Gauge<Long> |
getCollectionsGauge()
Retrieves the total number of collections that have occurred.
|
String |
getName()
Retrieves the name of the garbage collector.
|
com.codahale.metrics.Gauge<Long> |
getTotalCollectionDurationInMillisGauge()
Retrieves the approximate accumulated elapsed collection time in milliseconds.
|
String getName()
com.codahale.metrics.Gauge<Long> getCollectionsGauge()
GarbageCollectorMXBean.getCollectionCount()com.codahale.metrics.Gauge<Long> getTotalCollectionDurationInMillisGauge()
GarbageCollectorMXBean.getCollectionCount()Copyright © 2016–2019. All rights reserved.