Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.ValueDescriptor
-
Packages that use ValueDescriptor Package Description org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v0.model -
-
Uses of ValueDescriptor in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories with parameters of type ValueDescriptor Constructor Description OldObjectFactory(ValueDescriptor[] descriptors) -
Uses of ValueDescriptor in org.openjdk.jmc.flightrecorder.internal.parser.v0.model
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model that return ValueDescriptor Modifier and Type Method Description ValueDescriptor[]ValueDescriptor. getChildren()ValueDescriptor[]ContentTypeDescriptor. getDataStructure()ValueDescriptor[]EventTypeDescriptor. getDataStructure()ValueDescriptor[]DataStructure. getValueDescriptors()Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.model with parameters of type ValueDescriptor Modifier and Type Method Description static intValueDescriptor. getIndex(ValueDescriptor[] descriptors, java.lang.String identifier)Constructors in org.openjdk.jmc.flightrecorder.internal.parser.v0.model with parameters of type ValueDescriptor Constructor Description ContentTypeDescriptor(int contentTypeId, java.lang.String name, java.lang.String description, DataType dataType, ValueDescriptor[] dataStructure)DataStructure(ValueDescriptor[] valueDescriptors)EventTypeDescriptor(int identifier, java.lang.String label, boolean hasStartTime, boolean hasThread, boolean canHaveStacktrace, boolean isRequstable, ValueDescriptor[] dataStructure, java.lang.String description, java.lang.String path)
-