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.Objectdescriptionjava.lang.Objectsystemjava.lang.Objecttype
-
Constructor Summary
Constructors Constructor Description JfrOldObjectGcRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetSystem()java.lang.StringgetType()java.lang.StringtoString()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceIMCOldObjectGcRoot- Returns:
- a text description of the GC root object
-
getSystem
public java.lang.String getSystem()
- Specified by:
getSystemin interfaceIMCOldObjectGcRoot- Returns:
- the VM subsystem of origin for the GC root object
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfaceIMCOldObjectGcRoot- Returns:
- the root type
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-