Uses of Interface
org.openjdk.jmc.flightrecorder.parser.IEventSink
-
Packages that use IEventSink Package Description org.openjdk.jmc.flightrecorder.internal.parser org.openjdk.jmc.flightrecorder.internal.parser.v0 org.openjdk.jmc.flightrecorder.internal.parser.v1 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 IEventSink in org.openjdk.jmc.flightrecorder.internal.parser
Methods in org.openjdk.jmc.flightrecorder.internal.parser that return IEventSink Modifier and Type Method Description IEventSinkRepositoryBuilder. create(java.lang.String identifier, java.lang.String label, java.lang.String[] category, java.lang.String description, java.util.List<ValueField> dataStructure)IEventSinkRepositoryBuilder.DurationEventTypeEntry. createSink()(package private) abstract IEventSinkRepositoryBuilder.EventTypeEntry. createSink()IEventSinkRepositoryBuilder.InstantEventTypeEntry. createSink() -
Uses of IEventSink in org.openjdk.jmc.flightrecorder.internal.parser.v0
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0 declared as IEventSink Modifier and Type Field Description private IEventSinkEventParserManager.EventTypeEntry. sinkConstructors in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type IEventSink Constructor Description EventTypeEntry(IEventSink sink, boolean hasStartTime, IValueReader[] valueParsers) -
Uses of IEventSink in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IEventSink Modifier and Type Class Description private static classTypeManager.NopEventSinkprivate static classTypeManager.SkipFieldsEventSinkFields in org.openjdk.jmc.flightrecorder.internal.parser.v1 declared as IEventSink Modifier and Type Field Description private IEventSinkTypeManager.EventTypeEntry. eventSinkprivate IEventSinkTypeManager.SkipFieldsEventSink. subSinkConstructors in org.openjdk.jmc.flightrecorder.internal.parser.v1 with parameters of type IEventSink Constructor Description SkipFieldsEventSink(IEventSink subSink, java.util.List<java.lang.Integer> skipFields, int fieldCount) -
Uses of IEventSink in org.openjdk.jmc.flightrecorder.parser
Methods in org.openjdk.jmc.flightrecorder.parser that return IEventSink Modifier and Type Method Description IEventSinkIEventSinkFactory. create(java.lang.String identifier, java.lang.String label, java.lang.String[] category, java.lang.String description, java.util.List<ValueField> dataStructure)Create a new event sink for an event type. -
Uses of IEventSink in org.openjdk.jmc.flightrecorder.parser.filter
Fields in org.openjdk.jmc.flightrecorder.parser.filter declared as IEventSink Modifier and Type Field Description private static IEventSinkFilterExtension. SKIP_SINK -
Uses of IEventSink in org.openjdk.jmc.flightrecorder.parser.synthetic
Classes in org.openjdk.jmc.flightrecorder.parser.synthetic that implement IEventSink Modifier and Type Class Description (package private) classSettingsTransformerEvent sink that transforms pre JDK 11 event types to their equivalent JDK 11 types.private static classSettingsTransformer.FixCodeCacheSinkFix for JDK-8157024, the code cache stats unallocatedCapacity event is written as KiB but reported as B.private static classSyntheticAttributeExtension.ModuleExportSinkFields in org.openjdk.jmc.flightrecorder.parser.synthetic declared as IEventSink Modifier and Type Field Description private IEventSinkSettingsTransformer. sinkprivate IEventSinkSettingsTransformer.FixCodeCacheSink. subSinkprivate IEventSinkSyntheticAttributeExtension.ModuleExportSink. subSinkConstructors in org.openjdk.jmc.flightrecorder.parser.synthetic with parameters of type IEventSink Constructor Description FixCodeCacheSink(int unallocatedFieldIndex, IEventSink subSink)ModuleExportSink(IEventSink subSink, int packageFieldIndex)
-