Uses of Class
jdk.jfr.RecordingState
Package | Description |
---|---|
jdk.jfr |
This package provides classes to create events and control Flight Recorder.
|
-
Uses of RecordingState in jdk.jfr
Methods in jdk.jfr that return RecordingState Modifier and Type Method Description RecordingState
Recording. getState()
Returns the recording state that this recording is currently in.static RecordingState
RecordingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecordingState[]
RecordingState. values()
Returns an array containing the constants of this enum type, in the order they are declared.