Interface MemoryMonitor.GCStatsProvider

  • Enclosing class:
    MemoryMonitor

    public static interface MemoryMonitor.GCStatsProvider
    Abstract interface for providing GC stats (for testing).
    • Method Detail

      • totalGCTimeMilliseconds

        long totalGCTimeMilliseconds()
        Return the total milliseconds spent in GC since JVM was started.