Uses of Interface
org.openjdk.jmc.common.IMCModule
-
Packages that use IMCModule 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.common.util org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.jdk -
-
Uses of IMCModule in org.openjdk.jmc.common
Methods in org.openjdk.jmc.common that return IMCModule Modifier and Type Method Description IMCModule
IMCPackage. getModule()
-
Uses of IMCModule in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IMCModule Modifier and Type Field Description static ContentType<IMCModule>
UnitLookup. MODULE
-
Uses of IMCModule in org.openjdk.jmc.common.util
Fields in org.openjdk.jmc.common.util declared as IMCModule Modifier and Type Field Description private IMCModule
MCPackage. module
Methods in org.openjdk.jmc.common.util that return IMCModule Modifier and Type Method Description IMCModule
MCPackage. getModule()
Constructors in org.openjdk.jmc.common.util with parameters of type IMCModule Constructor Description MCPackage(java.lang.String name, IMCModule module, java.lang.Boolean isExported)
Create a new package instance. -
Uses of IMCModule in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IMCModule Modifier and Type Class Description (package private) static class
StructTypes.JfrJavaModule
Methods in org.openjdk.jmc.flightrecorder.internal.parser.v1 that return IMCModule Modifier and Type Method Description IMCModule
StructTypes.JfrJavaPackage. getModule()
-
Uses of IMCModule in org.openjdk.jmc.flightrecorder.jdk
Fields in org.openjdk.jmc.flightrecorder.jdk with type parameters of type IMCModule Modifier and Type Field Description static IAttribute<IMCModule>
JdkAttributes. EXPORTING_MODULE
-