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 |
Modifier and Type | Field and Description |
---|---|
private static Severity[] |
Severity.VALUES |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|