| 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 |
| Modifier and Type | Method and Description |
|---|---|
IMCThreadGroup |
IMCThreadGroup.getParent()
Returns the parent of this thread group.
|
IMCThreadGroup |
IMCThread.getThreadGroup()
Returns the thread group this thread belongs to.
|
| Modifier and Type | Field and Description |
|---|---|
static ContentType<IMCThreadGroup> |
UnitLookup.THREAD_GROUP |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ThreadGroup
A thread group.
|
| Modifier and Type | Method and Description |
|---|---|
IMCThreadGroup |
ThreadGroup.getParent() |
IMCThreadGroup |
JfrThread.getThreadGroup() |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
StructTypes.JfrThreadGroup |
| Modifier and Type | Method and Description |
|---|---|
IMCThreadGroup |
StructTypes.JfrThreadGroup.getParent() |
IMCThreadGroup |
StructTypes.JfrThread.getThreadGroup() |