Uses of Interface
jdk.jfr.consumer.EventStream
Package | Description |
---|---|
jdk.jfr.consumer |
This package contains classes for consuming Flight Recorder data.
|
-
Uses of EventStream in jdk.jfr.consumer
Classes in jdk.jfr.consumer that implement EventStream Modifier and Type Class Description class
RecordingStream
A recording stream produces events from the current JVM (Java Virtual Machine).Methods in jdk.jfr.consumer that return EventStream Modifier and Type Method Description static EventStream
EventStream. openFile(Path file)
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.