Uses of Interface
org.openjdk.jmc.flightrecorder.parser.IParserExtension
-
Packages that use IParserExtension 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 -
-
Uses of IParserExtension in org.openjdk.jmc.flightrecorder
Method parameters in org.openjdk.jmc.flightrecorder with type arguments of type IParserExtension Modifier and Type Method 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 -
Uses of IParserExtension in org.openjdk.jmc.flightrecorder.internal
Method parameters in org.openjdk.jmc.flightrecorder.internal with type arguments of type IParserExtension Modifier and Type Method 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)
-
Uses of IParserExtension in org.openjdk.jmc.flightrecorder.internal.parser
Fields in org.openjdk.jmc.flightrecorder.internal.parser with type parameters of type IParserExtension Modifier and Type Field Description private java.util.List<? extends IParserExtension>
LoaderContext. extensions
Constructor parameters in org.openjdk.jmc.flightrecorder.internal.parser with type arguments of type IParserExtension Constructor Description LoaderContext(java.util.List<? extends IParserExtension> extensions, boolean hideExperimentals)
-
Uses of IParserExtension in org.openjdk.jmc.flightrecorder.parser
Fields in org.openjdk.jmc.flightrecorder.parser with type parameters of type IParserExtension Modifier and Type Field Description private static java.util.List<IParserExtension>
ParserExtensionRegistry. parserExtensions
Methods in org.openjdk.jmc.flightrecorder.parser that return types with arguments of type IParserExtension Modifier and Type Method Description static java.util.List<IParserExtension>
ParserExtensionRegistry. getParserExtensions()
-
Uses of IParserExtension in org.openjdk.jmc.flightrecorder.parser.filter
Classes in org.openjdk.jmc.flightrecorder.parser.filter that implement IParserExtension Modifier and Type Class Description class
FilterExtension
Parser extension for skipping event types that should be filtered out using aIOnLoadFilter
. -
Uses of IParserExtension in org.openjdk.jmc.flightrecorder.parser.synthetic
Classes in org.openjdk.jmc.flightrecorder.parser.synthetic that implement IParserExtension Modifier and Type Class Description class
SyntheticAttributeExtension
-