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.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
Methods 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.parser
Methods in org.openjdk.jmc.flightrecorder.parser that return IEventSinkFactory Modifier and Type Method Description default 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 default 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)Methods in org.openjdk.jmc.flightrecorder.parser.synthetic with parameters of type IEventSinkFactory Modifier and Type Method Description IEventSinkFactorySyntheticAttributeExtension. getEventSinkFactory(IEventSinkFactory sf)
-