Uses of Class
jdk.jfr.EventSettings
Package
Description
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
-
Uses of EventSettings in jdk.jfr
Modifier and TypeMethodDescriptionDisables event.Disables event with the specified name.Enables event.Enables the event with the specified name.abstract EventSettings
Sets a setting value for the event that is associated with this event setting.EventSettings.withoutStackTrace()
Disables stack traces for the event that is associated with this event setting.EventSettings.withoutThreshold()
Specifies that a threshold is not used.EventSettings.withPeriod(Duration duration)
Sets the interval for the event that is associated with this event setting.EventSettings.withStackTrace()
Enables stack traces for the event that is associated with this event setting.EventSettings.withThreshold(Duration duration)
Sets the threshold for the event that is associated with this event setting. -
Uses of EventSettings in jdk.jfr.consumer
Modifier and TypeMethodDescriptionDisables event.Disables event with the specified name.Enables event.Enables the event with the specified name. -
Uses of EventSettings in jdk.management.jfr
Modifier and TypeMethodDescriptionDisables event with the specified name.Enables the event with the specified name.