| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.internal.parser.v0 | |
| org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
| Modifier and Type | Method and Description |
|---|---|
EventTypeDescriptor[] |
EventTypeParser.createArray(int length) |
EventTypeDescriptor |
EventTypeParser.readElement(byte[] data,
Offset offset) |
| Constructor and Description |
|---|
EventTypeBuilder(java.lang.String typeId,
EventTypeDescriptor etd) |
| Modifier and Type | Field and Description |
|---|---|
private EventTypeDescriptor[] |
ProducerDescriptor.eventTypeDescriptors |
| Modifier and Type | Method and Description |
|---|---|
EventTypeDescriptor[] |
ProducerDescriptor.getEventTypeDescriptors() |
| Constructor and Description |
|---|
ProducerDescriptor(java.lang.String name,
java.lang.String description,
java.lang.String uriString,
int identifier,
EventTypeDescriptor[] eventTypeDescriptors,
ContentTypeDescriptor[] contentTypes) |