| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder.internal.parser.v0 |
| Modifier and Type | Field and Description |
|---|---|
private ProducerDescriptor[] |
ChunkMetadata.producers |
| Modifier and Type | Field and Description |
|---|---|
private static TypedArrayParser<ProducerDescriptor> |
ChunkMetadata.PRODUCERS_PARSER |
| Modifier and Type | Method and Description |
|---|---|
ProducerDescriptor[] |
ProducerParser.createArray(int length) |
(package private) ProducerDescriptor[] |
ChunkMetadata.getProducers() |
ProducerDescriptor |
ProducerParser.readElement(byte[] data,
Offset offset) |
| Constructor and Description |
|---|
EventParserManager(ReaderFactory readerFactory,
LoaderContext context,
ProducerDescriptor... producers) |