Uses of Interface
org.openjdk.jmc.common.item.IAccessorKey
-
Packages that use IAccessorKey Package Description org.openjdk.jmc.common.item This package contains theIItem
data model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.flightrecorder -
-
Uses of IAccessorKey in org.openjdk.jmc.common.item
Classes in org.openjdk.jmc.common.item that implement IAccessorKey Modifier and Type Class Description (package private) class
AccessorKey<T>
class
Attribute<T>
(package private) class
CanonicalAccessorFactory<V>
Fields in org.openjdk.jmc.common.item with type parameters of type IAccessorKey Modifier and Type Field Description private static java.util.Map<IAccessorKey<?>,IAttribute<?>>
Attribute. CANONICAL_MAP
Methods in org.openjdk.jmc.common.item that return IAccessorKey Modifier and Type Method Description IAccessorKey<V>
CanonicalAccessorFactory. getKey()
IAccessorKey<V>
ICanonicalAccessorFactory. getKey()
Methods in org.openjdk.jmc.common.item that return types with arguments of type IAccessorKey Modifier and Type Method Description java.util.Map<IAccessorKey<?>,? extends IDescribable>
IType. getAccessorKeys()
Get keys for the accessors that this type knows of.Methods in org.openjdk.jmc.common.item with parameters of type IAccessorKey Modifier and Type Method Description <M> IMemberAccessor<M,T>
IType. getAccessor(IAccessorKey<M> attribute)
Internal low-level mechanism for retrieving a member accessor for a type, or null if not available. -
Uses of IAccessorKey in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit with type parameters of type IAccessorKey Modifier and Type Field Description private java.util.Map<IAccessorKey<?>,StructContentType.AccessorEntry<T>>
StructContentType. m_accessors
Methods in org.openjdk.jmc.common.unit that return types with arguments of type IAccessorKey Modifier and Type Method Description java.util.Map<IAccessorKey<?>,? extends IDescribable>
ContentType. getAccessorKeys()
java.util.Map<IAccessorKey<?>,? extends IDescribable>
KindOfQuantity. getAccessorKeys()
java.util.Map<IAccessorKey<?>,? extends IDescribable>
StructContentType. getAccessorKeys()
Methods in org.openjdk.jmc.common.unit with parameters of type IAccessorKey Modifier and Type Method Description <M> IMemberAccessor<M,T>
ContentType. getAccessor(IAccessorKey<M> attribute)
<M> IMemberAccessor<M,IQuantity>
KindOfQuantity. getAccessor(IAccessorKey<M> attribute)
<M> IMemberAccessor<M,T>
StructContentType. getAccessor(IAccessorKey<M> attribute)
-
Uses of IAccessorKey in org.openjdk.jmc.flightrecorder
Methods in org.openjdk.jmc.flightrecorder with parameters of type IAccessorKey Modifier and Type Method Description private void
RecordingPrinter. printValue(IAccessorKey<?> attribute, IDescribable desc, java.lang.Object value)
-