java.lang.Object
jdk.jfr.consumer.RecordedObject
jdk.jfr.consumer.RecordedThreadGroup
public final class RecordedThreadGroup extends RecordedObject
A recorded Java thread group.
- Since:
- 9
-
Method Summary
Modifier and Type Method Description StringgetName()Returns the name of the thread group, ornullif doesn't exist.RecordedThreadGroupgetParent()Returns the parent thread group, ornullif 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