java.lang.Object
org.openjdk.jmc.flightrecorder.rules.jdk.exceptions.ExceptionRule
All Implemented Interfaces:
IRule

public class ExceptionRule extends Object implements IRule
  • Field Details

    • EXCEPTIONS_INFO_LIMIT

      public static final org.openjdk.jmc.common.util.TypedPreference<org.openjdk.jmc.common.unit.IQuantity> EXCEPTIONS_INFO_LIMIT
    • EXCEPTIONS_WARNING_LIMIT

      public static final org.openjdk.jmc.common.util.TypedPreference<org.openjdk.jmc.common.unit.IQuantity> EXCEPTIONS_WARNING_LIMIT
    • EXCEPTION_RATE

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> EXCEPTION_RATE
    • EXCEPTION_WINDOW

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

    • ExceptionRule

      public ExceptionRule()
  • Method Details