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
Methods in org.openjdk.jmc.flightrecorder.rules that return Severity Modifier and Type Method Description static SeveritySeverity. get(double score)SeverityIResult. getSeverity()Returns an enum of typeSeveritydescribing the importance of this result.Severityseverity()static SeveritySeverity. valueOf(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.Methods in org.openjdk.jmc.flightrecorder.rules with parameters of type Severity Modifier and Type Method Description ResultBuilderResultBuilder. setSeverity(Severity severity) -
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 voidJfrRulesReport. addReport(String fileName, Severity minSeverity, boolean verbose, Element parent)static voidJfrRulesReport. printReport(String formatName, Severity minSeverity, boolean verbose, boolean override, String... fileNames)Prints an automated analysis report for the JFR files with the specified fileNames.
-