Uses of Class
jdk.jfr.ValueDescriptor
Package
Description
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
-
Uses of ValueDescriptor in jdk.jfr
Modifier and TypeMethodDescriptionReturns the field with the specified name, ornull
if it doesn't exist.Modifier and TypeMethodDescriptionEventType.getFields()
Returns an immutable list of descriptors that describe the event fields of this event type.ValueDescriptor.getFields()
Returns an immutable list of value descriptors if the type is complex, else an empty list.AnnotationElement.getValueDescriptors()
Returns an immutable list of descriptors that describes the annotation values for thisAnnotationElement
. -
Uses of ValueDescriptor in jdk.jfr.consumer