Uses of Class
org.openjdk.jmc.agent.jfrlegacy.impl.JFRLegacyEventType
-
Packages that use JFRLegacyEventType Package Description org.openjdk.jmc.agent.jfrlegacy.impl -
-
Uses of JFRLegacyEventType in org.openjdk.jmc.agent.jfrlegacy.impl
Methods in org.openjdk.jmc.agent.jfrlegacy.impl that return JFRLegacyEventType Modifier and Type Method Description static JFRLegacyEventType
JFRLegacyEventType. parse(java.lang.String string)
static JFRLegacyEventType
JFRLegacyEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JFRLegacyEventType[]
JFRLegacyEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmc.agent.jfrlegacy.impl with parameters of type JFRLegacyEventType Modifier and Type Method Description private static java.lang.String
JFRLegacyEventClassGenerator. getEventTypeName(JFRLegacyEventType eventType)
-