Interface | Description |
---|---|
IArrayElementParser<T> |
A parser that reads elements of a specific type into an array
|
IValueReader |
Class | Description |
---|---|
ArrayReader |
Reads an array with element of a certain type from a byte array.
|
BooleanReader |
Reads a boolean value from a byte array.
|
ChunkLoaderV0 | |
ChunkMetadata |
Values from the metadata descriptor event in a JFR v0 chunk.
|
ChunkStructure |
Chunk header data for JFR v0 chunks.
|
CompositeReader |
A ValueParser consisting of several ValueParsers.
|
ConstantEntryList |
A list of objects with an associated timestamp.
|
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 |
ConstantReader | |
ContentTypeParser | |
DataStructureParser |
Class responsible for reading a datastructure, that is an array of
ValueDescriptor s |
EventParserManager | |
EventParserManager.EventTypeEntry | |
EventTypeParser |
Class responsible for reading an
EventTypeDescriptor |
NumberReaders | |
Offset |
Represents a pointer into a limited extent within an array of byte data.
|
ProducerParser |
Parses a producer
|
QuantityReader | |
ReaderFactory | |
StringReader |
Reads a string
|
TypedArrayParser<T> | |
UTFStringParser |
Reads a UTF-8 string.
|