java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedThreadGroup
A recorded Java thread group.
- Since:
- 9
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of the thread group, ornull
if doesn't exist.Returns the parent thread group, ornull
if it doesn't exist.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
Returns the name of the thread group, ornull
if doesn't exist.- Returns:
- the thread group name, or
null
if doesn't exist
-
getParent
Returns the parent thread group, ornull
if it doesn't exist.- Returns:
- parent thread group, or
null
if it doesn't exist
-