| Package | Description |
|---|---|
| org.openjdk.jmc.flightrecorder | |
| org.openjdk.jmc.flightrecorder.internal | |
| org.openjdk.jmc.flightrecorder.internal.parser | |
| org.openjdk.jmc.flightrecorder.parser |
Parser extensions are a way to modify events read from a Flight Recording.
|
| org.openjdk.jmc.flightrecorder.parser.filter | |
| org.openjdk.jmc.flightrecorder.parser.synthetic |
| Modifier and Type | Method and Description |
|---|---|
static IItemCollection |
JfrLoaderToolkit.loadEvents(InputStream stream,
List<? extends IParserExtension> extensions)
Loads a potentially zipped or gzipped input stream using the parser extensions loaded from
the java service loader
|
static IItemCollection |
JfrLoaderToolkit.loadEvents(List<File> files,
List<? extends IParserExtension> extensions)
Loads a recording from a sequence of potentially zipped or gzipped file using the supplied
parser extensions
|
| Modifier and Type | Method and Description |
|---|---|
static EventArray[] |
FlightRecordingLoader.loadStream(InputStream stream,
List<? extends IParserExtension> extensions,
boolean hideExperimentals,
boolean ignoreTruncatedChunk)
Read events from an input stream of JFR data.
|
static EventArray[] |
FlightRecordingLoader.readChunks(Runnable monitor,
List<? extends IParserExtension> extensions,
IChunkSupplier chunkSupplier,
boolean hideExperimentals,
boolean ignoreTruncatedChunk) |
| Constructor and Description |
|---|
LoaderContext(List<? extends IParserExtension> extensions,
boolean hideExperimentals) |
| Modifier and Type | Method and Description |
|---|---|
static List<IParserExtension> |
ParserExtensionRegistry.getParserExtensions() |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterExtension
Parser extension for skipping event types that should be filtered out using a
IOnLoadFilter. |
| Modifier and Type | Class and Description |
|---|---|
class |
SyntheticAttributeExtension |
Copyright © 2020. All rights reserved.