Uses of Class
jdk.jfr.ContentType
| Package | Description |
|---|---|
| jdk.jfr |
This package provides classes to create events and control Flight Recorder.
|
-
Uses of ContentType in jdk.jfr
Classes in jdk.jfr with annotations of type ContentType Modifier and Type Class Description interfaceBooleanFlagEvent field annotation, specifies that the value is a boolean flag, atrueorfalsevalueinterfaceDataAmountEvent field annotation, specifies that a value represents an amount of data (for example, bytes).interfaceFrequencyEvent field annotation, specifies that the value is a frequency, measured in Hz.interfaceMemoryAddressEvent field annotation, specifies that the value is a memory address.interfacePercentageEvent field annotation to use on fractions, typically between0.0and1.0, to specify that the value is a percentage.interfaceTimespanEvent field annotation, specifies that the value is a duration.interfaceTimestampEvent field annotation, specifies that the value is a point in time.interfaceUnsignedEvent field annotation, specifies that the value is of an unsigned data type.