Uses of Class
org.openjdk.jmc.flightrecorder.internal.parser.v0.model.ValueDescriptor
-
-
Uses of ValueDescriptor in org.openjdk.jmc.flightrecorder.internal.parser.v0
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0 with parameters of type ValueDescriptor Modifier and Type Method Description (package private) void
EventParserManager.EventTypeBuilder. add(java.lang.String typeId, ValueDescriptor vd)
private void
EventParserManager.EventTypeBuilder. add(java.lang.String typeId, ValueDescriptor vd, java.lang.String identifier, java.lang.String name)
private IValueReader
ReaderFactory. createReader(ValueDescriptor[] vds)
(package private) IValueReader
ReaderFactory. createReader(ValueDescriptor vd, java.lang.String valueType)
-
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 JavaThreadFactory(ValueDescriptor[] descriptors)
MethodFactory(ValueDescriptor[] descriptors, CanonicalConstantMap<IMCMethod> methodMap)
OldObjectFactory(ValueDescriptor[] descriptors)
StackTraceFactory(ValueDescriptor[] traceDescriptors, CanonicalConstantMap<IMCStackTrace> traceMap)
ThreadGroupFactory(ValueDescriptor[] descriptors)
TypeFactory(ValueDescriptor[] descriptors, CanonicalConstantMap<IMCType> typeMap)
-
Uses of ValueDescriptor in org.openjdk.jmc.flightrecorder.internal.parser.v0.model
Fields in org.openjdk.jmc.flightrecorder.internal.parser.v0.model declared as ValueDescriptor Modifier and Type Field Description private ValueDescriptor[]
ContentTypeDescriptor. dataStructure
private ValueDescriptor[]
EventTypeDescriptor. dataStructure
private ValueDescriptor[]
DataStructure. m_valueDescriptors
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 int
ValueDescriptor. 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)
-