java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedClassLoader
记录的Java类加载器。
- 自JDK版本:
- 9
-
Method Summary
Methods declared in class jdk.jfr.consumer.RecordedObject
getBoolean, getByte, getChar, getClass, getDouble, getDuration, getFields, getFloat, getInstant, getInt, getLong, getShort, getString, getThread, getValue, hasField, toString
-
Method Details
-
getType
返回类加载器的类。如果在Java虚拟机(JVM)中表示引导类加载器为
null
,那么此方法的返回值也为null
。- 返回:
-
类加载器的类,可以为
null
-
getName
返回类加载器的名称(例如,“boot”,“platform”和“app”)。- 返回:
-
类加载器的名称,可以为
null
-
getId
public long getId()返回类加载器的唯一ID。在Java虚拟机(JVM)实例之间,ID可能不相同。
- 返回:
- 一个唯一ID
-