Interface MemoryMonitor.GCStatsProvider
-
- Enclosing class:
- MemoryMonitor
public static interface MemoryMonitor.GCStatsProviderAbstract interface for providing GC stats (for testing).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longtotalGCTimeMilliseconds()Return the total milliseconds spent in GC since JVM was started.
-