JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 9 & JDK 9
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
jdk.jfr.consumer.RecordedClass
Packages that use
RecordedClass
Package
Description
jdk.jfr.consumer
This package contains classes for consuming Flight Recorder data.
Uses of
RecordedClass
in
jdk.jfr.consumer
Methods in
jdk.jfr.consumer
that return
RecordedClass
Modifier and Type
Method
Description
RecordedClass
RecordedClassLoader.
getType
()
Returns the class of the class loader.
RecordedClass
RecordedMethod.
getType
()
Returns the class this method belongs to, or possibly
null
if this method doesn't belong to a Java frame.