| 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(java.io.InputStream stream,
java.util.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(java.util.List<java.io.File> files,
java.util.List<? extends IParserExtension> extensions)
Loads a recording from a sequence of potentially zipped or gzipped file using the supplied
parser extensions
|
private static EventArrays |
JfrLoaderToolkit.loadFile(java.util.List<java.io.File> files,
java.util.List<? extends IParserExtension> extensions) |
| Modifier and Type | Method and Description |
|---|---|
static EventArrays |
FlightRecordingLoader.loadStream(java.io.InputStream stream,
java.util.List<? extends IParserExtension> extensions,
boolean hideExperimentals,
boolean ignoreTruncatedChunk)
Read events from an input stream of JFR data.
|
static EventArrays |
FlightRecordingLoader.readChunks(java.lang.Runnable monitor,
java.util.List<? extends IParserExtension> extensions,
IChunkSupplier chunkSupplier,
boolean hideExperimentals,
boolean ignoreTruncatedChunk) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends IParserExtension> |
LoaderContext.extensions |
| Constructor and Description |
|---|
LoaderContext(java.util.List<? extends IParserExtension> extensions,
boolean hideExperimentals) |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<IParserExtension> |
ParserExtensionRegistry.parserExtensions |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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 |