Uses of Class
jdk.jfr.Recording
Package
Description
This package provides classes to create events and control Flight Recorder.
-
Uses of Recording in jdk.jfr
Modifier and TypeMethodDescriptionRecording.copy(boolean stop)
Returns a clone of this recording, with a new recording ID and name.FlightRecorder.takeSnapshot()
Creates a snapshot of all available recorded data.Modifier and TypeMethodDescriptionFlightRecorder.getRecordings()
Returns an immutable list of the available recordings.Modifier and TypeMethodDescriptiondefault void
FlightRecorderListener.recordingStateChanged(Recording recording)
Receives notification when the state of a recording changes.