Uses of Class
org.openjdk.jmc.common.item.Attribute
-
Packages that use Attribute Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.flightrecorder.jdk -
-
Uses of Attribute in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item with parameters of type Attribute Modifier and Type Method Description static <T> IAttribute<T>
Attribute. canonicalize(Attribute<T> key)
Setkey
as the canonical (and only allowed) attribute for its equivalence class.private static <T> IAttribute<T>
Attribute. getCanonical(Attribute<T> key)
If the attributekey
has a canonical equivalent, get that. -
Uses of Attribute in org.openjdk.jmc.flightrecorder.jdk
Methods in org.openjdk.jmc.flightrecorder.jdk that return Attribute Modifier and Type Method Description private static Attribute<IQuantity>
JdkAttributes. createCodeHeapAttribute(IAttribute<IQuantity> attribute, java.lang.String codeHeap, java.lang.String identifier, java.lang.String name, java.lang.String description, ContentType<IQuantity> contentType)
Workaround for badly constructed JDK 9 segmented code cache events.
-