Uses of Interface
org.openjdk.jmc.flightrecorder.parser.IParserExtension
-
Packages that use IParserExtension Package Description org.openjdk.jmc.flightrecorder 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 IItemCollectionJfrLoaderToolkit. 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.parser
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
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 classFilterExtensionParser 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 classSyntheticAttributeExtension
-