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 IItemCollection
JfrLoaderToolkit. loadEvents(java.io.File file)
Loads a potentially zipped or gzipped file using the parser extensions loaded from the java service loaderstatic IItemCollection
JfrLoaderToolkit. loadEvents(java.io.InputStream stream)
Loads a potentially zipped or gzipped input stream using the parser extensions loaded from the java service loaderstatic 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 loaderstatic IItemCollection
JfrLoaderToolkit. 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 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 extensionsprivate static EventArrays
JfrLoaderToolkit. loadFile(java.util.List<java.io.File> files, java.util.List<? extends IParserExtension> extensions)
static void
RecordingPrinter. 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 class
InvalidJfrFileException
class
NotEnoughMemoryException
class
VersionNotSupportedException
Methods in org.openjdk.jmc.flightrecorder.internal that throw CouldNotLoadRecordingException Modifier and Type Method Description private static Chunk
FlightRecordingLoader. createChunkInput(java.io.DataInput input, int firstByte, byte[] reusableBuffer)
private static IChunkLoader
FlightRecordingLoader. createChunkLoader(IChunkSupplier chunkSupplier, LoaderContext context, byte[] buffer, boolean ignoreTruncatedChunk)
static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.InputStream input)
static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input)
static IChunkSupplier
FlightRecordingLoader. createChunkSupplier(java.io.RandomAccessFile input, java.util.Collection<ChunkInfo> chunks)
private static ChunkInfo
FlightRecordingLoader. getChunkInfo(Chunk nextChunk, long nextChunkPos)
Chunk
IChunkSupplier. getNextChunk(byte[] reusableBuffer)
Get the input for the next chunk.static EventArrays
FlightRecordingLoader. loadStream(java.io.InputStream stream, boolean hideExperimentals, boolean ignoreTruncatedChunk)
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 java.util.List<ChunkInfo>
FlightRecordingLoader. readChunkInfo(IChunkSupplier chunkSupplier)
static EventArrays
FlightRecordingLoader. readChunks(java.lang.Runnable monitor, java.util.List<? extends IParserExtension> extensions, IChunkSupplier chunkSupplier, boolean hideExperimentals, boolean ignoreTruncatedChunk)
static EventArrays
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 EventArrays
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 IChunkLoader
ChunkLoaderV0. create(Chunk input, LoaderContext context)
static ChunkInfo
ChunkLoaderV0. 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 IChunkLoader
ChunkLoaderV1. create(Chunk input, LoaderContext context)
static ChunkInfo
ChunkLoaderV1. 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.String
JfrHtmlRulesReport. createReport(java.io.File jfrFile)
Read a JFR file and create an HTML reportstatic java.lang.String
JfrHtmlRulesReport. createReport(java.io.InputStream stream)
Read JFR data and create an HTML report
-