Uses of Class
jdk.management.jfr.RecordingInfo
Package | Description |
---|---|
jdk.management.jfr |
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
|
-
Uses of RecordingInfo in jdk.management.jfr
Methods in jdk.management.jfr that return RecordingInfo Modifier and Type Method Description static RecordingInfo
RecordingInfo. from(CompositeData cd)
Returns aRecordingInfo
represented by the specifiedCompositeData
object.Methods in jdk.management.jfr that return types with arguments of type RecordingInfo Modifier and Type Method Description List<RecordingInfo>
FlightRecorderMXBean. getRecordings()
Returns the list of the available recordings, not necessarily running.