Package io.airlift.stats
Interface GcMonitor
- All Known Implementing Classes:
JmxGcMonitor,TestingGcMonitor
public interface GcMonitor
-
Method Summary
Modifier and TypeMethodDescriptionlongio.airlift.units.Duration
-
Method Details
-
getMajorGcCount
long getMajorGcCount() -
getMajorGcTime
io.airlift.units.Duration getMajorGcTime()
-