Uses of Class
org.openjdk.jmc.flightrecorder.parser.ValueField
-
Packages that use ValueField 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.synthetic -
-
Uses of ValueField in org.openjdk.jmc.flightrecorder.internal.parser
Fields in org.openjdk.jmc.flightrecorder.internal.parser with type parameters of type ValueField Modifier and Type Field Description (package private) java.util.List<ValueField>RepositoryBuilder.EventTypeEntry. dataStructureMethod parameters in org.openjdk.jmc.flightrecorder.internal.parser with type arguments of type ValueField Modifier and Type Method Description private static <M> voidItemBuilder. addFields(StructContentType<IItem> et, java.util.List<ValueField> dataStructure, IMemberAccessor<?,IItem>... accessors)IEventSinkRepositoryBuilder. create(java.lang.String identifier, java.lang.String label, java.lang.String[] category, java.lang.String description, java.util.List<ValueField> dataStructure)private static RepositoryBuilder.EventTypeEntryRepositoryBuilder. createEventTypeEntry(java.lang.String identifier, java.lang.String label, java.lang.String[] category, java.lang.String description, java.util.List<ValueField> dataStructure)(package private) static ItemBuilder.IItemFactoryItemBuilder. createItemFactory(StructContentType<IItem> et, java.util.List<ValueField> dataStructure)private booleanRepositoryBuilder.EventTypeEntry. isCompatibleWith(java.util.List<ValueField> fields)Constructor parameters in org.openjdk.jmc.flightrecorder.internal.parser with type arguments of type ValueField Constructor Description DurationEventTypeEntry(StructContentType<IItem> eventType, java.lang.String[] category, ItemBuilder.IItemFactory itemFactory, java.util.List<ValueField> dataStructure, IMemberAccessor<IQuantity,IItem> startAccessor, IMemberAccessor<IQuantity,IItem> endAccessor)EventTypeEntry(StructContentType<IItem> eventType, java.lang.String[] category, ItemBuilder.IItemFactory itemFactory, java.util.List<ValueField> dataStructure)InstantEventTypeEntry(StructContentType<IItem> eventType, java.lang.String[] category, ItemBuilder.IItemFactory itemFactory, java.util.List<ValueField> dataStructure, IMemberAccessor<IQuantity,IItem> order) -
Uses of ValueField in org.openjdk.jmc.flightrecorder.internal.parser.v0
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0 with type parameters of type ValueField Modifier and Type Field Description private java.util.List<ValueField>EventParserManager.EventTypeBuilder. valueFieldsMethods in org.openjdk.jmc.flightrecorder.internal.parser.v0 that return types with arguments of type ValueField Modifier and Type Method Description (package private) java.util.List<ValueField>EventParserManager.EventTypeBuilder. getValueFields() -
Uses of ValueField in org.openjdk.jmc.flightrecorder.parser
Method parameters in org.openjdk.jmc.flightrecorder.parser with type arguments of type ValueField 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 ValueField in org.openjdk.jmc.flightrecorder.parser.synthetic
Fields in org.openjdk.jmc.flightrecorder.parser.synthetic with type parameters of type ValueField Modifier and Type Field Description private static java.util.List<ValueField>SettingsTransformer. FIELDSConstructor parameters in org.openjdk.jmc.flightrecorder.parser.synthetic with type arguments of type ValueField Constructor Description SettingsTransformer(IEventSinkFactory sinkFactory, java.lang.String label, java.lang.String[] category, java.lang.String description, java.util.List<ValueField> dataStructure)
-