Uses of Class
jdk.jfr.Label
-
Packages that use Label 软件包 描述 jdk.jfr 该软件包提供了用于创建事件和控制Flight Recorder的类。 -
-
Uses of Label in jdk.jfr
Classes in jdk.jfr with annotations of type Label 变量和类型 类 描述 interface
BooleanFlag
事件字段注释,指定该值是布尔标志,true
或false
值interface
ContentType
元注释指定注释表示内容类型,例如时间跨度或频率。interface
DataAmount
事件字段注释指定值表示数据量(例如,字节)。interface
Experimental
注释,指定元素是实验性的,可能会更改,恕不另行通知。interface
Frequency
事件字段注释指定该值是以Hz为单位测量的频率。interface
MemoryAddress
事件字段注释,指定该值是内存地址。interface
Percentage
要在分数上使用的事件字段注释(通常在0.0
和1.0
之间),以指定该值是百分比。interface
Relational
关系注释的元注释,用于注释。interface
Timespan
事件字段注释,指定值是持续时间。interface
Timestamp
事件字段注释,指定值是一个时间点。interface
TransitionFrom
事件字段注释,指定从线程转换的事件。interface
TransitionTo
事件字段注释,指定事件将很快转换为线程。interface
Unsigned
事件字段注释指定该值是无符号数据类型。
-