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 IMCThreadGroupIMCThreadGroup. getParent()Returns the parent of this thread group.IMCThreadGroupIMCThread. 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) classThreadGroupA thread group.Methods in org.openjdk.jmc.flightrecorder.internal.parser.v0.factories that return IMCThreadGroup Modifier and Type Method Description IMCThreadGroupThreadGroup. getParent()IMCThreadGroupJfrThread. 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 classStructTypes.JfrThreadGroupMethods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCThreadGroup Modifier and Type Method Description IMCThreadGroupStructTypes.JfrThreadGroup. getParent()IMCThreadGroupStructTypes.JfrThread. getThreadGroup()
-