Uses of Class
org.openjdk.jmc.agent.util.VersionUtils.JFRVersion
-
Packages that use VersionUtils.JFRVersion Package Description org.openjdk.jmc.agent.util -
-
Uses of VersionUtils.JFRVersion in org.openjdk.jmc.agent.util
Fields in org.openjdk.jmc.agent.util declared as VersionUtils.JFRVersion Modifier and Type Field Description private static VersionUtils.JFRVersion
VersionUtils. AVAILABLE_JFR_VERSION
Methods in org.openjdk.jmc.agent.util that return VersionUtils.JFRVersion Modifier and Type Method Description private static VersionUtils.JFRVersion
VersionUtils. determineJFRVersion()
static VersionUtils.JFRVersion
VersionUtils. getAvailableJFRVersion()
Returns the current JVM's JFR version.static VersionUtils.JFRVersion
VersionUtils.JFRVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VersionUtils.JFRVersion[]
VersionUtils.JFRVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-