JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
jdk.jfr.consumer.RecordedEvent
Packages that use
RecordedEvent
Package
Description
jdk.jfr.consumer
This package contains classes for consuming Flight Recorder data.
Uses of
RecordedEvent
in
jdk.jfr.consumer
Methods in
jdk.jfr.consumer
that return
RecordedEvent
Modifier and Type
Method
Description
RecordedEvent
RecordingFile.
readEvent
()
Reads the next event in the recording.
Methods in
jdk.jfr.consumer
that return types with arguments of type
RecordedEvent
Modifier and Type
Method
Description
static
List
<
RecordedEvent
>
RecordingFile.
readAllEvents
(
Path
path)
Returns a list of all events in a file.