-
Packages that use EventType
Package |
Description |
jdk.jfr |
This package contains classes to create events and control Flight Recorder.
|
jdk.jfr.consumer |
This package contains classes for consuming Flight Recorder data.
|
-
-
Methods in jdk.jfr that return types with arguments of type EventType
Modifier and Type |
Method |
Description |
List<EventType> |
FlightRecorder.getEventTypes() |
Returns an immutable list containing all currently registered events.
|
-