Uses of Class
jdk.jfr.MetadataDefinition
-
Packages that use MetadataDefinition 软件包 描述 jdk.jfr 该软件包提供了用于创建事件和控制Flight Recorder的类。 -
-
Uses of MetadataDefinition in jdk.jfr
Classes in jdk.jfr with annotations of type MetadataDefinition 变量和类型 类 描述 interface
BooleanFlag
事件字段注释,指定该值是布尔标志,true
或false
值interface
Category
事件注释,以人类可读路径的格式将事件类型与类别相关联。interface
ContentType
元注释指定注释表示内容类型,例如时间跨度或频率。interface
DataAmount
事件字段注释指定值表示数据量(例如,字节)。interface
描述
使用一两句话描述元素的注释。interface
Enabled
事件注释,确定是否应默认启用事件。interface
Experimental
注释,指定元素是实验性的,可能会更改,恕不另行通知。interface
Frequency
事件字段注释指定该值是以Hz为单位测量的频率。interface
Label
为元素设置人类可读名称的注释(例如,"Maximum Throughput"
)。interface
MemoryAddress
事件字段注释,指定该值是内存地址。interface
Name
覆盖元素的默认名称的注释(例如,当事件的默认包不合适时)。interface
Percentage
要在分数上使用的事件字段注释,通常在0.0
和1.0
之间,以指定该值是百分比。interface
Period
事件注释,指定周期性事件的默认设置值。interface
Relational
关系注释的元注释,用于注释。class
SettingControl
要扩展的基类以创建设置控件。interface
StackTrace
事件注释,确定默认情况下事件是否具有堆栈跟踪。interface
Threshold
事件注释,指定未记录事件的默认持续时间(例如,"20 ms"
)。interface
Timespan
事件字段注释,指定值是持续时间。interface
Timestamp
事件字段注释,指定值是一个时间点。interface
TransitionFrom
事件字段注释,指定从线程转换的事件。interface
TransitionTo
事件字段注释,指定事件将很快转换为线程。interface
Unsigned
事件字段注释指定该值是无符号数据类型。
-