Uses of Class
jdk.jfr.ContentType
-
Packages that use ContentType 软件包 描述 jdk.jfr 该软件包提供了用于创建事件和控制Flight Recorder的类。 -
-
Uses of ContentType in jdk.jfr
Classes in jdk.jfr with annotations of type ContentType 变量和类型 类 描述 interface
BooleanFlag
事件字段注释,指定该值是布尔标志,true
或false
值interface
DataAmount
事件字段注释指定值表示数据量(例如,字节)。interface
Frequency
事件字段注释指定该值是以Hz为单位测量的频率。interface
MemoryAddress
事件字段注释,指定该值是内存地址。interface
Percentage
要在分数上使用的事件字段注释(通常在0.0
和1.0
之间),以指定该值是百分比。interface
Timespan
事件字段注释,指定值是持续时间。interface
Timestamp
事件字段注释,指定值是一个时间点。interface
Unsigned
事件字段注释指定该值是无符号数据类型。
-