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 | Method and Description |
---|---|
static Severity |
Severity.get(double score) |
static Severity |
Severity.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JfrRulesReport.addReport(String fileName,
Severity minSeverity,
boolean verbose,
Element parent) |
static void |
JfrRulesReport.printReport(String formatName,
Severity minSeverity,
boolean verbose,
boolean override,
String... fileNames)
Prints an automated analysis report for the JFR files with the specified fileNames.
|
Copyright © 2020. All rights reserved.