Uses of Class
jdk.jfr.consumer.RecordedEvent
-
Packages that use RecordedEvent 软件包 描述 jdk.jfr.consumer 此程序包包含用于使用Flight Recorder数据的类。 -
-
Uses of RecordedEvent in jdk.jfr.consumer
Methods in jdk.jfr.consumer that return RecordedEvent 变量和类型 方法 描述 RecordedEvent
RecordingFile. readEvent()
读取录音中的下一个事件。Methods in jdk.jfr.consumer that return types with arguments of type RecordedEvent 变量和类型 方法 描述 static List<RecordedEvent>
RecordingFile. readAllEvents(Path path)
返回文件中所有事件的列表。
-