Uses of Interface
org.openjdk.jmc.common.IMCThreadGroup
-
Packages that use IMCThreadGroup Package Description org.openjdk.jmc.common This package contains interfaces used in Mission Control to identify classes, methods, stack traces etc.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.flightrecorder.internal.parser.v0.factories org.openjdk.jmc.flightrecorder.internal.parser.v1 -
-
Uses of IMCThreadGroup in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCThreadGroup Modifier and Type Method Description IMCThreadGroup
IMCThreadGroup. getParent()
Returns the parent of this thread group.IMCThreadGroup
IMCThread. getThreadGroup()
Returns the thread group this thread belongs to. -
Uses of IMCThreadGroup in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCThreadGroup Modifier and Type Field Description static ContentType<IMCThreadGroup>
UnitLookup. THREAD_GROUP
-
Uses of IMCThreadGroup in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that implement IMCThreadGroup Modifier and Type Class Description (package private) class
ThreadGroup
A thread group.Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCThreadGroup Modifier and Type Method Description IMCThreadGroup
ThreadGroup. getParent()
IMCThreadGroup
JfrThread. getThreadGroup()
-
Uses of IMCThreadGroup in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCThreadGroup Modifier and Type Class Description (package private) static class
StructTypes.JfrThreadGroup
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCThreadGroup Modifier and Type Method Description IMCThreadGroup
StructTypes.JfrThreadGroup. getParent()
IMCThreadGroup
StructTypes.JfrThread. getThreadGroup()
-