Uses of Class
jdk.jfr.EventSettings
Packages that use EventSettings
包
描述
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
Methods in jdk.jfr that return EventSettings修饰符和类方法描述Disables event.Disables event with the specified name.Enables event.Enables the event with the specified name.abstract EventSettingsSets a setting value for the event that is associated with this event setting.final EventSettingsEventSettings.withoutStackTrace()Disables stack traces for the event that is associated with this event setting.final EventSettingsEventSettings.withoutThreshold()Specifies that a threshold is not used.final EventSettingsEventSettings.withPeriod(Duration duration) Sets the interval for the event that is associated with this event setting.final EventSettingsEventSettings.withStackTrace()Enables stack traces for the event that is associated with this event setting.final EventSettingsEventSettings.withThreshold(Duration duration) Sets the threshold for the event that is associated with this event setting. -
Uses of EventSettings in jdk.jfr.consumer
Methods in jdk.jfr.consumer that return EventSettings修饰符和类方法描述Disables event.Disables event with the specified name.Enables event.Enables the event with the specified name. -
Uses of EventSettings in jdk.management.jfr
Methods in jdk.management.jfr that return EventSettings修饰符和类方法描述Disables event with the specified name.Enables the event with the specified name.