Uses of Class
jdk.jfr.Configuration
Packages that use Configuration
包
描述
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
-
Uses of Configuration in jdk.jfr
Methods in jdk.jfr that return Configuration修饰符和类方法描述static Configuration
Reads a configuration from a character stream.static Configuration
Reads a configuration from a file.static Configuration
Configuration.getConfiguration
(String name) Returns a predefined configuration.Methods in jdk.jfr that return types with arguments of type Configuration修饰符和类方法描述static List
<Configuration> Configuration.getConfigurations()
Returns an immutable list of predefined configurations for this Java Virtual Machine (JVM).Constructors in jdk.jfr with parameters of type ConfigurationModifierConstructor描述Recording
(Configuration configuration) Creates a recording with settings from a configuration. -
Uses of Configuration in jdk.jfr.consumer
Methods in jdk.jfr.consumer that return types with arguments of type ConfigurationConstructors in jdk.jfr.consumer with parameters of type ConfigurationModifierConstructor描述RecordingStream
(Configuration configuration) Creates a recording stream using settings from a configuration.