-
Packages that use Recording
| Package |
Description |
| jdk.jfr |
This package provides classes to create events and control Flight Recorder.
|
-
-
Methods in jdk.jfr that return Recording
| Modifier and Type |
Method |
Description |
Recording |
Recording.copy(boolean stop) |
Returns a clone of this recording, with a new recording ID and name.
|
Recording |
FlightRecorder.takeSnapshot() |
Creates a snapshot of all available recorded data.
|
Methods in jdk.jfr with parameters of type Recording
| Modifier and Type |
Method |
Description |
default void |
FlightRecorderListener.recordingStateChanged(Recording recording) |
Receives notification when the state of a recording changes.
|