Uses of Class
jdk.jfr.Recording
| Package | Description | 
|---|---|
| jdk.jfr | This package provides classes to create events and control Flight Recorder. | 
- 
Uses of Recording in jdk.jfrMethods in jdk.jfr that return Recording Modifier and Type Method Description RecordingRecording. copy(boolean stop)Returns a clone of this recording, with a new recording ID and name.RecordingFlightRecorder. takeSnapshot()Creates a snapshot of all available recorded data.Methods in jdk.jfr that return types with arguments of type Recording Modifier and Type Method Description List<Recording>FlightRecorder. getRecordings()Returns an immutable list of the available recordings.Methods in jdk.jfr with parameters of type Recording Modifier and Type Method Description default voidFlightRecorderListener. recordingStateChanged(Recording recording)Receives notification when the state of a recording changes.