Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal.parser.v0.factories | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
Constructor and Description |
---|
OldObjectFactory(ValueDescriptor[] descriptors) |
Modifier and Type | Method and Description |
---|---|
ValueDescriptor[] |
ValueDescriptor.getChildren() |
ValueDescriptor[] |
EventTypeDescriptor.getDataStructure() |
ValueDescriptor[] |
ContentTypeDescriptor.getDataStructure() |
ValueDescriptor[] |
DataStructure.getValueDescriptors() |
Modifier and Type | Method and Description |
---|---|
static int |
ValueDescriptor.getIndex(ValueDescriptor[] descriptors,
String identifier) |
Constructor and Description |
---|
ContentTypeDescriptor(int contentTypeId,
String name,
String description,
DataType dataType,
ValueDescriptor[] dataStructure) |
DataStructure(ValueDescriptor[] valueDescriptors) |
EventTypeDescriptor(int identifier,
String label,
boolean hasStartTime,
boolean hasThread,
boolean canHaveStacktrace,
boolean isRequstable,
ValueDescriptor[] dataStructure,
String description,
String path) |
Copyright © 2020. All rights reserved.