Uses of Interface
org.openjdk.jmc.flightrecorder.parser.IEventSinkFactory
-
Packages that use IEventSinkFactory 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 -
-
Uses of IEventSinkFactory in org.openjdk.jmc.flightrecorder.internal.parser
Classes in org.openjdk.jmc.flightrecorder.internal.parser that implement IEventSinkFactory Modifier and Type Class Description (package private) classRepositoryBuilderBridge class from event sink to repository.Fields in org.openjdk.jmc.flightrecorder.internal.parser declared as IEventSinkFactory Modifier and Type Field Description private IEventSinkFactoryLoaderContext. sinkFactoryMethods in org.openjdk.jmc.flightrecorder.internal.parser that return IEventSinkFactory Modifier and Type Method Description IEventSinkFactoryLoaderContext. getSinkFactory() -
Uses of IEventSinkFactory in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type IEventSinkFactory Modifier and Type Method Description private EventParserManager.EventTypeEntryEventParserManager. createBufferLostEntry(IEventSinkFactory esf) -
Uses of IEventSinkFactory in org.openjdk.jmc.flightrecorder.parser
Methods in org.openjdk.jmc.flightrecorder.parser that return IEventSinkFactory Modifier and Type Method Description IEventSinkFactoryIParserExtension. getEventSinkFactory(IEventSinkFactory subFactory)Get a new event sink factory for use during the reading of one Flight Recording.Methods in org.openjdk.jmc.flightrecorder.parser with parameters of type IEventSinkFactory Modifier and Type Method Description IEventSinkFactoryIParserExtension. getEventSinkFactory(IEventSinkFactory subFactory)Get a new event sink factory for use during the reading of one Flight Recording. -
Uses of IEventSinkFactory in org.openjdk.jmc.flightrecorder.parser.filter
Methods in org.openjdk.jmc.flightrecorder.parser.filter that return IEventSinkFactory Modifier and Type Method Description IEventSinkFactoryFilterExtension. getEventSinkFactory(IEventSinkFactory subFactory)Methods in org.openjdk.jmc.flightrecorder.parser.filter with parameters of type IEventSinkFactory Modifier and Type Method Description IEventSinkFactoryFilterExtension. getEventSinkFactory(IEventSinkFactory subFactory) -
Uses of IEventSinkFactory in org.openjdk.jmc.flightrecorder.parser.synthetic
Methods in org.openjdk.jmc.flightrecorder.parser.synthetic that return IEventSinkFactory Modifier and Type Method Description IEventSinkFactorySyntheticAttributeExtension. getEventSinkFactory(IEventSinkFactory sf)(package private) static IEventSinkFactorySettingsTransformer. wrapSinkFactory(IEventSinkFactory subFactory)Methods in org.openjdk.jmc.flightrecorder.parser.synthetic with parameters of type IEventSinkFactory Modifier and Type Method Description IEventSinkFactorySyntheticAttributeExtension. getEventSinkFactory(IEventSinkFactory sf)(package private) static IEventSinkFactorySettingsTransformer. wrapSinkFactory(IEventSinkFactory subFactory)Constructors in org.openjdk.jmc.flightrecorder.parser.synthetic with parameters of type IEventSinkFactory Constructor Description SettingsTransformer(IEventSinkFactory sinkFactory, java.lang.String label, java.lang.String[] category, java.lang.String description, java.util.List<ValueField> dataStructure)
-