Uses of Class
org.openjdk.jmc.flightrecorder.rules.Severity
-
Packages that use Severity Package Description org.openjdk.jmc.flightrecorder.rules This package contains interfaces and classes for working with Rules and RuleResults.org.openjdk.jmc.flightrecorder.rules.report -
-
Uses of Severity in org.openjdk.jmc.flightrecorder.rules
Fields in org.openjdk.jmc.flightrecorder.rules declared as Severity Modifier and Type Field Description private static Severity[]
Severity. VALUES
Methods in org.openjdk.jmc.flightrecorder.rules that return Severity Modifier and Type Method Description static Severity
Severity. get(double score)
static Severity
Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Severity in org.openjdk.jmc.flightrecorder.rules.report
Methods in org.openjdk.jmc.flightrecorder.rules.report with parameters of type Severity Modifier and Type Method Description static void
JfrRulesReport. addReport(java.lang.String fileName, Severity minSeverity, boolean verbose, org.w3c.dom.Element parent)
static void
JfrRulesReport. printReport(java.lang.String formatName, Severity minSeverity, boolean verbose, boolean override, java.lang.String... fileNames)
Prints an automated analysis report for the JFR files with the specified fileNames.
-