java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedThreadGroup
记录的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
-
getName
返回线程组的名称,如果不存在则返回null
。- 返回值:
-
线程组名称,如果不存在则返回
null
-
getParent
返回父线程组,如果不存在则返回null
。- 返回值:
-
父线程组,如果不存在则返回
null
-