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 IChunkLoaderFlightRecordingLoader. 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 LoaderContextChunkLoaderV0. contextprivate LoaderContextEventParserManager. contextMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type LoaderContext Modifier and Type Method Description static IChunkLoaderChunkLoaderV0. 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 LoaderContextChunkLoaderV1. contextMethods in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type LoaderContext Modifier and Type Method Description static IChunkLoaderChunkLoaderV1. create(Chunk input, LoaderContext context)(package private) voidTypeManager.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)
-