Uses of Interface
org.openjdk.jmc.common.IDescribable
-
Packages that use IDescribable 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.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 interface
IAggregator<V,C extends IItemConsumer<C>>
Encapsulates the calculation of an aggregate for (potentially) different types of items.interface
IAttribute<V>
An attribute is a named and typed kind of (read only) value.interface
IType<T>
A type for objects of class T.Classes in org.openjdk.jmc.common.item that implement IDescribable Modifier and Type Class Description static class
Aggregators.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 class
Aggregators.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 class
Aggregators.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 class
Aggregators.AggregatorBase<V,C extends IItemConsumer<C>>
private static class
Aggregators.AndOr
static class
Aggregators.Avg
private static class
Aggregators.Count
static class
Aggregators.FieldAggregatorBase<V,C extends IItemConsumer<C>>
static class
Aggregators.MergingAggregator<V,C extends IItemConsumer<C>>
static class
Aggregators.MinMax<V extends java.lang.Comparable<V>>
private static class
Aggregators.SetAggregator<V,T>
static class
Aggregators.Stddev
static class
Aggregators.Sum
static class
Aggregators.Variance
class
Attribute<T>
private static class
GroupingAggregator.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 interface
IOptionDescriptor<T>
Classes in org.openjdk.jmc.common.unit that implement IDescribable Modifier and Type Class Description class
ContentType<T>
A content type describes what kind of data a value is.class
KindOfQuantity<U extends TypedUnit<U>>
class
LinearKindOfQuantity
The kind of a linear (scalar) physical quantity.class
RangeContentType<T extends java.lang.Comparable<? super T>>
class
StructContentType<T>
private static class
StructContentType.AccessorEntry<T>
(package private) class
TimestampKind
private static class
UnitLookup.LeafContentType<T>
Methods in org.openjdk.jmc.common.unit that return IDescribable Modifier and Type Method Description IDescribable
IDescribedMap. 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 class
LabeledIdentifier
An identifier with a name and a description.class
MCPackage
Base implementation of theIMCPackage
interface. -
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 void
RecordingPrinter. 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 class
StructTypes.JfrJavaModule
(package private) static class
StructTypes.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 class
FullGcRule.G1Aggregator
-