Module jdk.jfr

Class RecordedThreadGroup


  • public final class RecordedThreadGroup
    extends RecordedObject
    A recorded Java thread group.
    Since:
    9
    • Method Detail

      • getName

        public String getName()
        Returns the name of the thread group, or null if not available.
        Returns:
        the thread group name, or null if not available
      • getParent

        public RecordedThreadGroup getParent()
        Returns the parent thread group, or null if not available.
        Returns:
        parent thread group, or null if not available