-
Packages that use Recording
| Package |
Description |
| jdk.jfr |
This package contains 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, but with a new recording id and name.
|
Recording |
FlightRecorder.takeSnapshot() |
Creates a recording 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 a recording is changing its state.
|