Class StructTypes.JfrOldObjectGcRoot
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.v1.StructTypes.JfrOldObjectGcRoot
-
- All Implemented Interfaces:
IMCOldObjectGcRoot
- Enclosing class:
- StructTypes
static class StructTypes.JfrOldObjectGcRoot extends java.lang.Object implements IMCOldObjectGcRoot
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
description
java.lang.Object
system
java.lang.Object
type
-
Constructor Summary
Constructors Constructor Description JfrOldObjectGcRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getSystem()
java.lang.String
getType()
java.lang.String
toString()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceIMCOldObjectGcRoot
- Returns:
- a text description of the GC root object
-
getSystem
public java.lang.String getSystem()
- Specified by:
getSystem
in interfaceIMCOldObjectGcRoot
- Returns:
- the VM subsystem of origin for the GC root object
-
getType
public java.lang.String getType()
- Specified by:
getType
in interfaceIMCOldObjectGcRoot
- Returns:
- the root type
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-