Uses of Class
org.openjdk.jmc.flightrecorder.CouldNotLoadRecordingException
-
-
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder
Methods in org.openjdk.jmc.flightrecorder that throw CouldNotLoadRecordingException Modifier and Type Method Description static IItemCollectionJfrLoaderToolkit. loadEvents(java.io.File file)Loads a potentially zipped or gzipped file using the parser extensions loaded from the java service loaderstatic IItemCollectionJfrLoaderToolkit. loadEvents(java.io.InputStream stream)Loads a potentially zipped or gzipped input stream using the parser extensions loaded from the java service loaderstatic 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 loaderstatic IItemCollectionJfrLoaderToolkit. loadEvents(java.util.List<java.io.File> files)Loads a recording from a sequence of potentially zipped or gzipped files using the parser extensions loaded from the java service loaderstatic IItemCollectionJfrLoaderToolkit. 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 extensionsstatic voidRecordingPrinter. main(java.lang.String[] args)Main method that will print a recording Usage: -
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.internal.parser
Methods in org.openjdk.jmc.flightrecorder.internal.parser that throw CouldNotLoadRecordingException Modifier and Type Method Description org.openjdk.jmc.flightrecorder.internal.EventArraysLoaderContext. buildEventArrays() -
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that throw CouldNotLoadRecordingException Modifier and Type Method Description static org.openjdk.jmc.flightrecorder.internal.IChunkLoaderChunkLoaderV0. create(Chunk input, LoaderContext context)static org.openjdk.jmc.flightrecorder.internal.ChunkInfoChunkLoaderV0. getInfo(Chunk input, long position) -
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.internal.parser.v1
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that throw CouldNotLoadRecordingException Modifier and Type Method Description static org.openjdk.jmc.flightrecorder.internal.IChunkLoaderChunkLoaderV1. create(Chunk input, LoaderContext context)static org.openjdk.jmc.flightrecorder.internal.ChunkInfoChunkLoaderV1. getInfo(Chunk input, long position) -
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.stacktrace.graph
Methods in org.openjdk.jmc.flightrecorder.stacktrace.graph that throw CouldNotLoadRecordingException Modifier and Type Method Description static voidStacktraceGraphModel. main(java.lang.String[] args)
-