Uses of Interface
org.openjdk.jmc.common.IDescribable
-
Packages that use IDescribable Package Description org.openjdk.jmc.common.item This package contains theIItemdata model.org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util org.openjdk.jmc.flightrecorder org.openjdk.jmc.flightrecorder.internal.parser.v1 org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of IDescribable in org.openjdk.jmc.common.item
Subinterfaces of IDescribable in org.openjdk.jmc.common.item Modifier and Type Interface Description interfaceIAggregator<V,C extends IItemConsumer<C>>Encapsulates the calculation of an aggregate for (potentially) different types of items.interfaceIAttribute<V>An attribute is a named and typed kind of (read only) value.interfaceIType<T>A type for objects of class T.Classes in org.openjdk.jmc.common.item that implement IDescribable Modifier and Type Class Description static classAggregators.AdvancedMaxAggregator<V,T extends java.lang.Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static classAggregators.AdvancedMinAggregator<V,T extends java.lang.Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.private static classAggregators.AdvancedMinMaxAggregator<V,T extends java.lang.Comparable<T>>This aggregator separates the attribute for which to do the ordering from the attribute to use for accessing the value.static classAggregators.AggregatorBase<V,C extends IItemConsumer<C>>private static classAggregators.AndOrstatic classAggregators.Avgprivate static classAggregators.Countstatic classAggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>static classAggregators.MergingAggregator<V,C extends IItemConsumer<C>>static classAggregators.MinMax<V extends java.lang.Comparable<V>>private static classAggregators.SetAggregator<V,T>static classAggregators.Stddevstatic classAggregators.Sumstatic classAggregators.VarianceclassAttribute<T>private static classGroupingAggregator.GroupingAggregatorImpl<V,K,G extends IItemConsumer<G>>Methods in org.openjdk.jmc.common.item that return types with arguments of type IDescribable Modifier and Type Method Description java.util.Map<IAccessorKey<?>,? extends IDescribable>IType. getAccessorKeys()Get keys for the accessors that this type knows of. -
Uses of IDescribable in org.openjdk.jmc.common.unit
Subinterfaces of IDescribable in org.openjdk.jmc.common.unit Modifier and Type Interface Description interfaceIOptionDescriptor<T>Classes in org.openjdk.jmc.common.unit that implement IDescribable Modifier and Type Class Description classContentType<T>A content type describes what kind of data a value is.classKindOfQuantity<U extends TypedUnit<U>>classLinearKindOfQuantityThe kind of a linear (scalar) physical quantity.classRangeContentType<T extends java.lang.Comparable<? super T>>classStructContentType<T>private static classStructContentType.AccessorEntry<T>(package private) classTimestampKindprivate static classUnitLookup.LeafContentType<T>Methods in org.openjdk.jmc.common.unit that return IDescribable Modifier and Type Method Description IDescribableIDescribedMap. getDescribable(K key)Methods in org.openjdk.jmc.common.unit that return types with arguments of type IDescribable 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() -
Uses of IDescribable in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IDescribable Modifier and Type Class Description classLabeledIdentifierAn identifier with a name and a description.classMCPackageBase implementation of theIMCPackageinterface. -
Uses of IDescribable in org.openjdk.jmc.flightrecorder
Methods in org.openjdk.jmc.flightrecorder with parameters of type IDescribable Modifier and Type Method Description private voidRecordingPrinter. printValue(IAccessorKey<?> attribute, IDescribable desc, java.lang.Object value) -
Uses of IDescribable in org.openjdk.jmc.flightrecorder.internal.parser.v1
Classes in org.openjdk.jmc.flightrecorder.internal.parser.v1 that implement IDescribable Modifier and Type Class Description (package private) static classStructTypes.JfrJavaModule(package private) static classStructTypes.JfrJavaPackage -
Uses of IDescribable in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Classes in org.openjdk.jmc.flightrecorder.rules.jdk.memory that implement IDescribable Modifier and Type Class Description private static classFullGcRule.G1Aggregator
-