Uses of Class
jdk.jfr.EventSettings
-
Packages that use EventSettings 软件包 描述 jdk.jfr 该软件包提供了用于创建事件和控制Flight Recorder的类。 -
-
Uses of EventSettings in jdk.jfr
Methods in jdk.jfr that return EventSettings 变量和类型 方法 描述 EventSettingsRecording. disable(类<? extends Event> eventClass)禁用事件。EventSettingsRecording. disable(String name)禁用具有指定名称的事件。EventSettingsRecording. enable(类<? extends Event> eventClass)启用事件。EventSettingsRecording. enable(String name)启用具有指定名称的事件。abstract EventSettingsEventSettings. with(String name, String value)设置与此事件设置关联的事件的设置值。EventSettingsEventSettings. withoutStackTrace()禁用与此事件设置关联的事件的堆栈跟踪。EventSettingsEventSettings. withoutThreshold()指定不使用阈值。EventSettingsEventSettings. withPeriod(Duration duration)设置与此事件设置关联的事件的间隔。EventSettingsEventSettings. withStackTrace()为与此事件设置关联的事件启用堆栈跟踪。EventSettingsEventSettings. withThreshold(Duration duration)设置与此事件设置关联的事件的阈值。
-