Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal.parser.v0 | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
Modifier and Type | Field and Description |
---|---|
private DataStructure[] |
EventTypeParser.dataStructures |
private DataStructure[] |
ContentTypeParser.dataStructures |
Modifier and Type | Method and Description |
---|---|
DataStructure[] |
DataStructureParser.read(byte[] data,
Offset offset) |
Constructor and Description |
---|
ContentTypeParser(DataStructure[] dataStructures) |
EventTypeParser(DataStructure[] dataStructures) |
Modifier and Type | Field and Description |
---|---|
private DataStructure[] |
ValueDescriptor.dataStructures |
Constructor and Description |
---|
ValueDescriptor(java.lang.String identifier,
java.lang.String name,
java.lang.String description,
Transition transition,
DataType dataType,
java.lang.String relationalKey,
int contentType,
DataStructure[] dataStructures,
int structureIndex) |