| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.internal.parser.v0 |
| Class and Description |
|---|
| BooleanReader
Reads a boolean value from a byte array.
|
| ChunkMetadata
Values from the metadata descriptor event in a JFR v0 chunk.
|
| ChunkStructure
Chunk header data for JFR v0 chunks.
|
| ConstantEntryList
A list of objects with an associated timestamp.
|
| ConstantEntryList.ConstantEntry |
| ConstantMap
A map of objectId->object where each objectId can map to several values, each associated with a
timestamp.
|
| ConstantMap.Key
Same as java.lang.Long, but
value can be modified so a lookup instance can be reused
and object creation avoided |
| EventParserManager.EventTypeEntry |
| IArrayElementParser
A parser that reads elements of a specific type into an array
|
| IValueReader |
| Offset
Represents a pointer into a limited extent within an array of byte data.
|
| ReaderFactory |
| StringReader
Reads a string
|
| TypedArrayParser |
| UTFStringParser
Reads a UTF-8 string.
|