-
Packages that use EventType
| Package |
Description |
| jdk.jfr |
This package provides 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 that contains all currently registered events.
|
-