Class FileForceRule

java.lang.Object
org.openjdk.jmc.flightrecorder.rules.jdk.io.FileForceRule
All Implemented Interfaces:
IRule

public class FileForceRule extends Object implements IRule
  • Field Details

    • FORCE_INFO_LIMIT

      public static final org.openjdk.jmc.common.util.TypedPreference<org.openjdk.jmc.common.unit.IQuantity> FORCE_INFO_LIMIT
    • LONGEST_FORCE_TIME

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> LONGEST_FORCE_TIME
    • LONGEST_FORCE_PATH

      public static final TypedResult<String> LONGEST_FORCE_PATH
    • LONGEST_TOTAL_FORCE

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> LONGEST_TOTAL_FORCE
    • AVERAGE_FILE_FORCE

      public static final TypedResult<org.openjdk.jmc.common.unit.IQuantity> AVERAGE_FILE_FORCE
    • TOTAL_FILE_FORCE

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

    • FileForceRule

      public FileForceRule()
  • Method Details