Class GCHeapSummary

java.lang.Object
one.jfr.event.Event
one.jfr.event.GCHeapSummary
All Implemented Interfaces:
Comparable<Event>

public class GCHeapSummary extends Event
  • Field Details

    • gcId

      public final int gcId
    • afterGC

      public final boolean afterGC
    • committed

      public final long committed
    • reserved

      public final long reserved
    • used

      public final long used
  • Constructor Details

    • GCHeapSummary

      public GCHeapSummary(JfrReader jfr)