Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.LoaderContext
-
-
Uses of LoaderContext in org.openjdk.jmc.flightrecorder.internal
Methods in org.openjdk.jmc.flightrecorder.internal with parameters of type LoaderContext Modifier and Type Method Description private static IChunkLoader
FlightRecordingLoader. createChunkLoader(IChunkSupplier chunkSupplier, LoaderContext context, byte[] buffer, boolean ignoreTruncatedChunk)
-
Uses of LoaderContext in org.openjdk.jmc.flightrecorder.internal.parser.v0
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0 declared as LoaderContext Modifier and Type Field Description private LoaderContext
ChunkLoaderV0. context
private LoaderContext
EventParserManager. context
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type LoaderContext Modifier and Type Method Description static IChunkLoader
ChunkLoaderV0. create(Chunk input, LoaderContext context)
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type LoaderContext Constructor Description ChunkLoaderV0(ChunkStructure structure, byte[] data, LoaderContext context)
EventParserManager(ReaderFactory readerFactory, LoaderContext context, ProducerDescriptor... producers)
ReaderFactory(ChunkMetadata metadata, byte[] chunkData, LoaderContext context, ChunkStructure header)
-
Uses of LoaderContext in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with parameters of type LoaderContext Modifier and Type Method Description static IPoolFactory<?>
GlobalObjectPool. getFactory(ContentTypeDescriptor contentType, LoaderContext context)
-
Uses of LoaderContext in org.openjdk.jmc.flightrecorder.internal.parser.v1
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v1 declared as LoaderContext Modifier and Type Field Description private LoaderContext
ChunkLoaderV1. context
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type LoaderContext Modifier and Type Method Description static IChunkLoader
ChunkLoaderV1. create(Chunk input, LoaderContext context)
(package private) void
TypeManager.EventTypeEntry. init(LoaderContext context)
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type LoaderContext Constructor Description ChunkLoaderV1(ChunkStructure header, byte[] data, LoaderContext context)
TypeManager(java.util.List<ChunkMetadata.ClassElement> classList, LoaderContext context, ChunkStructure header)
-