Module jdk.jfr

Class RecordedThreadGroup

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 Details

    • getName

      public String getName()
      Returns the name of the thread group, or null if doesn't exist.
      Returns:
      the thread group name, or null if doesn't exist
    • getParent

      public RecordedThreadGroup getParent()
      Returns the parent thread group, or null if it doesn't exist.
      Returns:
      parent thread group, or null if it doesn't exist