Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal.parser | |
org.openjdk.jmc.flightrecorder.internal.parser.v0 | |
org.openjdk.jmc.flightrecorder.parser |
Parser extensions are a way to modify events read from a Flight Recording.
|
org.openjdk.jmc.flightrecorder.parser.filter | |
org.openjdk.jmc.flightrecorder.parser.synthetic |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RepositoryBuilder
Bridge class from event sink to repository.
|
Modifier and Type | Field and Description |
---|---|
private IEventSinkFactory |
LoaderContext.sinkFactory |
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
LoaderContext.getSinkFactory() |
Modifier and Type | Method and Description |
---|---|
private EventParserManager.EventTypeEntry |
EventParserManager.createBufferLostEntry(IEventSinkFactory esf) |
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
IParserExtension.getEventSinkFactory(IEventSinkFactory subFactory)
Get a new event sink factory for use during the reading of one Flight Recording.
|
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
IParserExtension.getEventSinkFactory(IEventSinkFactory subFactory)
Get a new event sink factory for use during the reading of one Flight Recording.
|
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
FilterExtension.getEventSinkFactory(IEventSinkFactory subFactory) |
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
FilterExtension.getEventSinkFactory(IEventSinkFactory subFactory) |
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
SyntheticAttributeExtension.getEventSinkFactory(IEventSinkFactory sf) |
(package private) static IEventSinkFactory |
SettingsTransformer.wrapSinkFactory(IEventSinkFactory subFactory) |
Modifier and Type | Method and Description |
---|---|
IEventSinkFactory |
SyntheticAttributeExtension.getEventSinkFactory(IEventSinkFactory sf) |
(package private) static IEventSinkFactory |
SettingsTransformer.wrapSinkFactory(IEventSinkFactory subFactory) |
Constructor and Description |
---|
SettingsTransformer(IEventSinkFactory sinkFactory,
java.lang.String label,
java.lang.String[] category,
java.lang.String description,
java.util.List<ValueField> dataStructure) |