Class RecordedThreadGroup
java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedThreadGroup
A recorded Java thread group.
- Since:
- 9
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Returns the name of the thread group, ornullif doesn't exist.Returns the parent thread group, ornullif it doesn't exist.Methods declared in class RecordedObjectgetBoolean, getByte, getChar, getClass, getDouble, getDuration, getFields, getFloat, getInstant, getInt, getLong, getShort, getString, getThread, getValue, hasField, toString
- 
Method Details- 
getNameReturns the name of the thread group, ornullif doesn't exist.- Returns:
- the thread group name, or nullif doesn't exist
 
- 
getParentReturns the parent thread group, ornullif it doesn't exist.- Returns:
- parent thread group, or nullif it doesn't exist
 
 
-