Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
org.openjdk.jmc.flightrecorder.internal.parser | |
org.openjdk.jmc.flightrecorder.internal.parser.v1 |
Modifier and Type | Class and Description |
---|---|
class |
RangeContentType<T extends java.lang.Comparable<? super T>> |
Modifier and Type | Field and Description |
---|---|
(package private) StructContentType<IItem> |
RepositoryBuilder.EventTypeEntry.eventType |
Modifier and Type | Method and Description |
---|---|
private static <M> void |
ItemBuilder.addFields(StructContentType<IItem> et,
java.util.List<ValueField> dataStructure,
IMemberAccessor<?,IItem>... accessors) |
(package private) static ItemBuilder.IItemFactory |
ItemBuilder.createItemFactory(StructContentType<IItem> et,
java.util.List<ValueField> dataStructure) |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
private StructContentType<java.lang.Object[]> |
ValueReaders.StructReader.contentType |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Long,StructContentType<java.lang.Object[]>> |
TypeManager.structTypes |
Constructor and Description |
---|
StructReader(StructContentType<java.lang.Object[]> contentType,
int fieldCount) |