Class LongGcPauseRule

java.lang.Object
org.openjdk.jmc.flightrecorder.rules.jdk.memory.LongGcPauseRule
All Implemented Interfaces:
IRule

public class LongGcPauseRule extends Object implements IRule
  • Field Details

    • GC_PAUSE_INFO_LIMIT

      public static final org.openjdk.jmc.common.util.TypedPreference<org.openjdk.jmc.common.unit.IQuantity> GC_PAUSE_INFO_LIMIT
    • LONGEST_PAUSE

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> LONGEST_PAUSE
    • LIVE_SET

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> LIVE_SET
    • HEAP_SIZE

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> HEAP_SIZE
  • Constructor Details

    • LongGcPauseRule

      public LongGcPauseRule()
  • Method Details