public final class RecordedThreadGroup extends RecordedObject
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Returns the name of the thread group, or null if doesn't exist. |
RecordedThreadGroup |
getParent() |
Returns the parent thread group, or null if it doesn't exist. |
getBoolean, getByte, getChar, getClass, getDouble, getDuration, getFields, getFloat, getInstant, getInt, getLong, getShort, getString, getThread, getValue, hasField, toString
public String getName()
null
if doesn't exist.null
if doesn't existpublic RecordedThreadGroup getParent()
null
if it doesn't exist.null
if it doesn't exist
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.jfr/jdk/jfr/consumer/RecordedThreadGroup.html