Uses of Interface
jdk.jfr.consumer.EventStream
Package
Description
This package contains classes for consuming Flight Recorder data.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
-
Uses of EventStream in jdk.jfr.consumer
Modifier and TypeClassDescriptionclass
A recording stream produces events from the current JVM (Java Virtual Machine).Modifier and TypeMethodDescriptionstatic EventStream
Creates an event stream from a file.static EventStream
EventStream.openRepository()
Creates a stream from the repository of the current Java Virtual Machine (JVM).static EventStream
EventStream.openRepository(Path directory)
Creates an event stream from a disk repository. -
Uses of EventStream in jdk.management.jfr
Modifier and TypeClassDescriptionclass
An implementation of anEventStream
that can serialize events over the network using anMBeanServerConnection
.