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 extensionsprivate static EventArray[]JfrLoaderToolkit. loadFile(java.util.List<java.io.File> files, java.util.List<? extends IParserExtension> extensions)static voidRecordingPrinter. main(java.lang.String[] args)Main method that will print a recording Usage: -
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.internal
Subclasses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.internal Modifier and Type Class Description classInvalidJfrFileExceptionclassNotEnoughMemoryExceptionclassVersionNotSupportedExceptionMethods in org.openjdk.jmc.flightrecorder.internal that throw CouldNotLoadRecordingException Modifier and Type Method Description private static ChunkFlightRecordingLoader. createChunkInput(java.io.DataInput input, int firstByte, byte[] reusableBuffer)private static IChunkLoaderFlightRecordingLoader. createChunkLoader(IChunkSupplier chunkSupplier, LoaderContext context, byte[] buffer, boolean ignoreTruncatedChunk)static IChunkSupplierFlightRecordingLoader. createChunkSupplier(java.io.InputStream input)static IChunkSupplierFlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input)static IChunkSupplierFlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input, java.util.Collection<ChunkInfo> chunks)private static ChunkInfoFlightRecordingLoader. getChunkInfo(Chunk nextChunk, long nextChunkPos)ChunkIChunkSupplier. getNextChunk(byte[] reusableBuffer)Get the input for the next chunk.static EventArray[]FlightRecordingLoader. loadStream(java.io.InputStream stream, boolean hideExperimentals, boolean ignoreTruncatedChunk)static EventArray[]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 java.util.List<ChunkInfo>FlightRecordingLoader. readChunkInfo(IChunkSupplier chunkSupplier)static EventArray[]FlightRecordingLoader. readChunks(java.lang.Runnable monitor, java.util.List<? extends IParserExtension> extensions, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk)static EventArray[]FlightRecordingLoader. readChunks(java.lang.Runnable monitor, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk) -
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 EventArray[]LoaderContext. 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 IChunkLoaderChunkLoaderV0. create(Chunk input, LoaderContext context)static ChunkInfoChunkLoaderV0. getInfo(Chunk input, long position)Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0 that throw CouldNotLoadRecordingException Constructor Description ChunkLoaderV0(ChunkStructure structure, byte[] data, LoaderContext context) -
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 IChunkLoaderChunkLoaderV1. create(Chunk input, LoaderContext context)static ChunkInfoChunkLoaderV1. getInfo(Chunk input, long position) -
Uses of CouldNotLoadRecordingException in org.openjdk.jmc.flightrecorder.rules.report.html
Methods in org.openjdk.jmc.flightrecorder.rules.report.html that throw CouldNotLoadRecordingException Modifier and Type Method Description static java.lang.StringJfrHtmlRulesReport. createReport(java.io.File jfrFile)Read a JFR file and create an HTML reportstatic java.lang.StringJfrHtmlRulesReport. createReport(java.io.InputStream stream)Read JFR data and create an HTML report
-