Modifier and Type | Method and Description |
---|---|
private static IChunkLoader |
FlightRecordingLoader.createChunkLoader(IChunkSupplier chunkSupplier,
LoaderContext context,
byte[] buffer,
boolean ignoreTruncatedChunk) |
Modifier and Type | Field and Description |
---|---|
private LoaderContext |
ChunkLoaderV0.context |
private LoaderContext |
EventParserManager.context |
Modifier and Type | Method and Description |
---|---|
static IChunkLoader |
ChunkLoaderV0.create(Chunk input,
LoaderContext context) |
Constructor and Description |
---|
ChunkLoaderV0(ChunkStructure structure,
byte[] data,
LoaderContext context) |
EventParserManager(ReaderFactory readerFactory,
LoaderContext context,
ProducerDescriptor... producers) |
ReaderFactory(ChunkMetadata metadata,
byte[] chunkData,
LoaderContext context,
ChunkStructure header) |
Modifier and Type | Method and Description |
---|---|
static IPoolFactory<?> |
GlobalObjectPool.getFactory(ContentTypeDescriptor contentType,
LoaderContext context) |
Modifier and Type | Field and Description |
---|---|
private LoaderContext |
ChunkLoaderV1.context |
Modifier and Type | Method and Description |
---|---|
static IChunkLoader |
ChunkLoaderV1.create(Chunk input,
LoaderContext context) |
(package private) void |
TypeManager.EventTypeEntry.init(LoaderContext context) |
Constructor and Description |
---|
ChunkLoaderV1(ChunkStructure header,
byte[] data,
LoaderContext context) |
TypeManager(java.util.List<ChunkMetadata.ClassElement> classList,
LoaderContext context,
ChunkStructure header) |