Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.EventTypeDescriptor
-
Packages that use EventTypeDescriptor Package Description org.openjdk.jmc.flightrecorder.internal.parser.v0.model -
-
Uses of EventTypeDescriptor in org.openjdk.jmc.flightrecorder.internal.parser.v0.model
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model that return EventTypeDescriptor Modifier and Type Method Description EventTypeDescriptor[]ProducerDescriptor. getEventTypeDescriptors()Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0.model with parameters of type EventTypeDescriptor Constructor Description ProducerDescriptor(java.lang.String name, java.lang.String description, java.lang.String uriString, int identifier, EventTypeDescriptor[] eventTypeDescriptors, ContentTypeDescriptor[] contentTypes)
-